MyLibrary is a NetCore 3.1 and Angular 8.3.20 demo app.
Use the package npm to install myLibrary in folder ClientApp.
npm install
Also, You will need to install
npm install @auth0/auth0-spa-js --save
The app is developed like this:
Contains components and services in angular
Contains API drivers
Contains models, contexts and data services
Contains the code first files to generate the database
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.