1.2.0 • Published 3 years ago

@tchitos/angular-generate v1.2.0

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

Angular Custom template

npm npm

A schematic that creates a full custom project with preconfigured :

  • Azure msal login workflow,
  • Pwa with cache invalidation
  • Material custom palette
  • Picture with Auth module
  • Svg Module
  • Api integration with Interceptor service
  • Cache mechanism as memo-decorator

Installation

  1. Create a new project
ng new myApp
cd myApp

# !! Make sure in the package.json to set "rxjs": "~6.6.7"
  1. Include Angular Azure Msal into your application.
ng add @tchitos/angular-generate

# The terminal will prompt and ask you to fill `clientId` and `tenantId`.
  1. Run the application et voila!
ng serve

Test the schematics locally

  1. Clone this repository.
git clone https://github.com/aminetchitooss/angular-schematics-startup.git
  1. Install dependencies
npm install
  1. Make changes and then run
npm run build
schematics .:ng-add --dry-run=false

License

MIT

1.2.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago