Top "Angular-module" questions

You can think of an Angular/AngularJS module as a container for the different parts of your app – controllers, services, filters, directives, etc.

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
Angular 6 default route not loading. How can I fix this?

I have an angular 6 project structured like bellow... src |- app | |- core | | |- layout.component.ts/html/scss | | |- …

angular angular6 angular-router angular-module
NullInjectorError: No provider for DecimalPipe

I have implemented lazy loading in my application. One of my services needs to include DecimalPipe. service --> shared …

angular typescript angular-module