A simple app that registers a user and lets user to log into the app to record time spent on a task details.
- Restructured my app after referring to Joh Papa's Angular 1 Style Guide.
- Created Angular controller for login page.
- Created a service for handling/making calls to authentication api.
- Created a custom directive in Angular as per Angular 1 Style Guide.
- Created a custom login component in Angular.
- Server side technology is Node.JS.
- Uses MongoDB as database.
- Use of controllerAs in Angular controller.
- How to create our own services, and when to create services.
- Angular app structure and coding style.
- How to create own directives and components for reusability.
https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md
https://github.com/johnpapa/ng-demos
https://scotch.io/tutorials/how-to-use-angular-1-5s-component-method
Custom Directive: http://localhost:9001/directive
Custom Component: http://localhost:9001/component
Login Page: http://localhost:9001/