1.0.1 ā€¢ Published 3 years ago

ng-jcmsc-alain v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

NG-JCMSC-SCHEMATICS

The Schematic will create an angular application with many useful features, modules and useful function to start a project.

Prerequisites

  • Have an Angular app (ng new project)
  • Node 12 to the current.

Installation

To run the schematic, execute the following command.

ng add ng-jcmsc-alain

The schematic will be configurated after you answer the following questions.

  • Would you like to add code style plugin? : < string >
  • Would you like to add dynamic form (sf component) plugin? : < Y/N >
  • Would you like to add mock plugin? : < Y/N >
  • Would you like to add i18n plugin? : < auth0 / firebase > ā€‹

Touched files:

app
    |-- core/
        |-- i18n/
        |-- net/
        |-- startup/
        |-- core.module.ts
        |-- index.ts
        |-- module-import-guard.ts
        |-- READEME.ts
    |-- layout/
        |-- basic/
        |-- passport/
        |-- layout.module.ts
    |-- routes/
        |-- dashboard/
        |-- exception/
        |-- passport/
        |-- routers-routing.module.ts
        |-- routes.module.ts
    |-- shared/
        |-- json-schema/
        |-- shared-delon.module.ts
        |-- shared-zorro-module.ts
        |-- shared.module.ts
    |-- app.module.ts  
    |-- app-routing.module.ts
    |-- angular.json
    |-- package.json
assets
    |-- tmp/
environments
    |-- environment.hmr.ts
    |-- environment.prod.ts
    |-- environment.ts
styles
main.ts
style-icons.ts
styles.less

Usage

angular 11

License

The MIT License (see the LICENSE file for the full text)