ANGULAR - Technical University of Valencia

Create an Angular module by using the ngModule decorator function on a class. A module helps package Angular artifacts like components, directives, pipes etc. It helps with ahead-of-time (AoT) compilation. A module exposes the components, directives and pipes to other Angular modules. It also allows specifying dependency on other Angular modules. ................
................