HO CHEE YONG

Results 2 comments of HO CHEE YONG

用Github build, 会产生 Error: NG05105: Unexpected synthetic property @.disabled found. Please make sure that: - Either `BrowserAnimationsModule` or `NoopAnimationsModule` are imported in your application. - There is corresponding configuration for...

> ```ts > export const appConfig: ApplicationConfig = { > providers: [ > provideRouter(routes), > provideAnimations() > ] > }; > ``` Thanks, it doesn't work if i imported provideAnimations()...