Ilmir Shaikhutdinov

Results 2 comments of Ilmir Shaikhutdinov

@nourissam you need to add `BrowserAnimationsModule` in `browser-app.module.ts` instead of `app.module.ts`, which is used in server.

@ysus i resolve this problem by creating separate component, where i include my global style and set flag `None` to `encapsulation`, then i declare this component at my app module...