@tchitos/angular-generate

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i @tchitos/angular-generate

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

735 kB

Total Files

137

Last publish

Collaborators

  • tchitooss