- Started using TypeScript
- Using SystemJS as Module Loader - Auth and Permissions moved to Credentials.service from $rootScope - Toasts moved to Messages.service - Massive Changes - Sprint 1 done to move to Angular.io from AngularJS - Should be fully working!! :)
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,4 +4,8 @@ env
|
||||
.pydevproject
|
||||
*/__pycache__/
|
||||
.idea/
|
||||
*.egg-info/
|
||||
*.egg-info/
|
||||
brewman/static/node_modules
|
||||
brewman/static/app/**/*.js
|
||||
brewman/static/app/**/*.map
|
||||
brewman/static/package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user