Santhosh M
Results
1
comments of
Santhosh M
Maybe you should import it like this ? ``` import {LibraryModule} from 'ngmodule-based-library'; bootstrapApplication(PhotoAppComponent, { providers: [ {provide: BACKEND_URL, useValue: 'https://photoapp.looknongmodules.com/api'}, importProvidersFrom( LibraryModule.forRoot() ), ] }); ```