1.2.0 • Published 2 years ago

@tchitos/angular-generate v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago