An empty project intented to be used as a template for when starting up new projects. Angular front-end, JWT auth, Intent Architect managed models; services; repository patterns; dependency injection etc
One of the largest influences in this repo has been this post describing how to create an Angular project with JWT authentication in ASP.NET. I've had to change a few of his methods slightly to work alongside Intent and I skipped the Facebook login part completely (might still add it later on...) but for the most part it seems to work
All services; db models; patterns; dependency injection gets done with the help of Intent Architect and advise from a few fellow devs
Installation here I chose the deep purple and amber theme for now
Repo/installation instructions can be found here and demos can be found here
Installation here
Theme was bought here
Official Font Awesome component for Angular can be found here
Toast messages used in the project can be found here
Implemented global error handling for typescript errors by following this post and installing stacktrace-js
Installation here
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 9.1.4
Node: 10.15.3
OS: win32 x64
Angular: 9.1.4
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... platform-server, router
Ivy Workspace: Yes
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.901.4
@angular-devkit/build-angular 0.901.4
@angular-devkit/build-optimizer 0.901.4
@angular-devkit/build-webpack 0.901.4
@angular-devkit/core 9.1.4
@angular-devkit/schematics 9.1.4
@angular/cdk 9.2.2
@angular/flex-layout 9.0.0-beta.29
@angular/material 9.2.2
@ngtools/webpack 9.1.4
@schematics/angular 9.1.4
@schematics/update 0.901.4
rxjs 6.5.5
typescript 3.8.3
webpack 4.42.0