celestale

Results 5 comments of celestale

Hi @wgsl2005, I think changing the CSS of `.modal-content` class works great. ``` .modal-content { font-family: XXX } ```

Also, try setting `ViewEncapsulation.None` if it still doesn't work. ``` @Component({ selector: ..... templateUrl: ..... encapsulation: ViewEncapsulation.None }) ```

Same issue ``` Uncaught Error: Unexpected value '[object Object]' imported by the module 'AppModule'. Please add a @NgModule annotation. at syntaxError ```

Are there a version where I can use in this module for angular 4.x? > On 3 Apr 2019, at 3:04 PM, Murat Çimen wrote: > > > _ _...