mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
Example of using BrowserAnimationsModule
This commit is contained in:
@@ -2,12 +2,14 @@ import { NgModule } from '@angular/core';
|
||||
import { ServerModule } from '@angular/platform-server';
|
||||
import { AppModuleShared } from './app.module.shared';
|
||||
import { AppComponent } from './components/app/app.component';
|
||||
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
|
||||
|
||||
@NgModule({
|
||||
bootstrap: [ AppComponent ],
|
||||
imports: [
|
||||
ServerModule,
|
||||
AppModuleShared
|
||||
AppModuleShared,
|
||||
NoopAnimationsModule
|
||||
]
|
||||
})
|
||||
export class AppModule {
|
||||
|
||||
Reference in New Issue
Block a user