Content
ANGULAR FEATURES DOCS RESOURCES EVENTS BLOG ETTING STARTED ITORIAL INDAMENTALS Architecture Template Data Binding Forms Bootstrapping NgModules Ng Modules Introduction ANGULAR JavaScript Modules vs. NgModules Prerequisites A basic understanding of Bootstrapping. JavaScript and Angular use modules to organize code, and though they organize it differently, Angular apps rely on both. JavaScript modules FEATURES DOCS RESOURCES EVENTS BLOG ETTING STARTED JTORIAL INDAMENTALS Architecture Template Data Binding Forms Bootstrapping NgModules Bootstrapping V Prerequisites A basic understanding of the following. JavaScript Modules vs. Ng Modules. An Ng Module describes how the application parts fit together. Every application has at least one Angular module, the root module that you bootstrap to launch thy application. By convention, it is usually called AppModule