https://github.com/itanex/ng-node-lessons
Guided Lessons for creating a Node application with authentication and angularjs
https://github.com/itanex/ng-node-lessons
angular1 angularjs nodejs tutorials typescript
Last synced: 11 months ago
JSON representation
Guided Lessons for creating a Node application with authentication and angularjs
- Host: GitHub
- URL: https://github.com/itanex/ng-node-lessons
- Owner: itanex
- License: mit
- Created: 2017-05-10T21:01:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T03:43:49.000Z (about 1 year ago)
- Last Synced: 2025-01-22T22:41:21.740Z (about 1 year ago)
- Topics: angular1, angularjs, nodejs, tutorials, typescript
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Angular Node Lessons
## Lesson 1 - Basic Module and Databinding
## Lesson 2 - Modules, NG-Repeat and NG-Events
## Lesson 3 - LIFT, Explicit Angular, and Strongly Typed Typescript
## Lesson 4 - Routing and Views
## Lesson 5 - NodeJS Backend, Express scaffold
## Lesson 6 - Implement API with Full CRUD support
## Lesson 7 - Angular to Node API endpoint, Services
## Lesson 8 - Server Side Validation
## Lesson 9 - Client Side Validation