Maxim Tarasov

Results 1 comments of Maxim Tarasov

I was able to solve the given problem with no changes to the library. 1. Use ngDoBootstrap in app.module.ts ``` import {ApplicationRef, DoBootstrap, NgModule} from '@angular/core'; import {BrowserModule} from '@angular/platform-browser';...