Getting Started with Typescript
A series of videos from codingforentrepreneurs.com on getting started with TypeScript.
- Welcome
- Install Node.js
- Configure TypeScript
- Classes - Part 1
- Classes - Part 2
- Getting Started with Typescript - Declaring Variables - let vs var
- Getting Started with Typescript - Run & Compile with Webpack
- Getting Started with Typescript - TypeScript - Classes - Part 3
- PackageJSON - npm init
- jQuery, Typings, & npm
- Thank you
Try Angular 4
A good series of videos from codingforentrepreneurs.com guiding through the creation of a complete application in Angular 4:
- Welcome (2:40)
- Getting Started (5:53)
- App Module & Component (8:13)
- Ng Generate New Component (5:46)
- Selectors & Components (2:08)
- ngFor and ngIf (7:57)
- Mapping Urls with RouterModule (9:17)
- Dynamic Routing of Components (7:38)
- Safely Embed a Video (8:38)
- Pipes & Custom Pipes (9:11)
- Rapid Bootstrap 3 Overview (15:14)
- Bootstrap for Angular // ngx bootstrap (11:39)
- ngx bootstrap carousel (11:56)
- Angular Click Events (14:17)
- Http Requests (17:02)
- Http & Featured (6:22)
- Two Way Data Binding (4:22)
- ngForm Basics (7:55)
- Search Detail (12:09)
- Passing Data to Components (12:08)
- Video Service (16:47)
- Search Video List (8:01)
- Video Item Model (7:19)
- Router Link & Improved Navigation (4:16)
- Improve Styling (11:06)
- ngClass (6:49)
- ngBuild and Deploy to Heroku (22:16)
- Thank You and Next Steps (1:43)
These instructions should get this up and running on Ubuntu:
git clone https://github.com/codingforentrepreneurs/Try-Angular-v4.git
cd Try-Angular-v4
npm install
ng serve