Top "Angular-library" questions

Angular library is a means for building general solutions that can be adapted for re-use in different apps.

Include "assets" in your angular 6 library

It has been weeks now, that I search for a solution. I created (with ng generate library) a library with …

angular angular6 angular-library
Angular Module vs. Library

So great, the Angular has released version 6 and the CLI provides an option to generate libraries - something that they …

angular angular-cli angular6 angular-cli-v6 angular-library
Angular Library Route Module does not work when imported in application

I need a help about an issue that I cannot solve. I'm studying angular 7 library in order to add modularization …

angular angular7 angular-router angular-library
Custom Angular library with ngx-translate

I've created my own private angular library with multiple components to make my life easier. I made this library by …

angular internationalization ngx-translate angular-library
Angular call function inside forRoot method

The problem is that I'm calling a function inside forRoot method like this: app.module.ts import {environment} from '../…

angular angular-cli angular-module angular-library