Creating Components Creating Components The CLI can scaffold Angular components through the generate command. To create a new component run: ng generate component [component-...
Using Auxiliary Routes Using Auxiliary Routes Angular supports the concept of auxiliary routes, which allow you to set up and navigate multiple independent routes in a single a...
Modules Modules Angular Modules provides a mechanism for creating blocks of functionality that can be combined to build an application. Figure: Used Lego Duplo Bricks by Arto...
Community Maintenance Long Term Support (Premium) Community Maintenance The Ionic Framework CE (Community Edition) has been 100% open source (MIT) since the very beginning, an...
Creating Routes Creating Routes The ng g route [route-name] command will spin up a new folder and route files for you. At the time of writing this feature was temporarily dis...
Space间距 何时使用 ">代码演示 API nz-spacecomponent Space间距 Set components spacing. 何时使用 Avoid components clinging together and set a unified space. import { NzSpaceModule ...