add show
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {fader} from './animations';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.less']
|
||||
styleUrls: ['./app.component.less'],
|
||||
animations: [fader]
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'wgenerator';
|
||||
|
||||
Reference in New Issue
Block a user