Angular 2 - Part 1

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Fantastic session, learnt a lot, The best Angular 2 I have found to start with, A definite share to my team mates to start exploring angular2, please continue with these series. Will go through part 2 and 3.

Thank you!!

sujithsurendran
Автор

Thanks for this amazing upload, learned so much!

TerjeNesthus
Автор

@0:11:10 : Bash shell interface
@0:14:30 : about the npm & package.json
@0:20:00 : would be talking about "npm init"
@0:29:00 : adding the depandancy on systmeJS and Anguler 2 || npm i
@0:34:00 : TypeScript and live-server -> usage and meaning <-
@0:35:40 : save Vs Save-dev
@0:43:00 : The impact on package.json | and how is it important to have dev | VS. install
@0:48:00 : The extra scripts to enable the live-server and the tsc
@0:50:30-52:00 } skip just as we were missing .. (the tsconfig.json)
@0:52:30 : (the tsconfig.json) explaind
@0:56:50 : Explaingng index.html (shell page) (Anguler2 & SystemJS) + more about modularety
> side note make sure to also add the routes script
@1:00:00 : Taking about the app.ts where the components will take place
@1:02:30-1:04:20 } skip - changing the font size and seting scroll

@1:04:20 : explaning the components
@1:10:00 : *ng-for
. @1:16:00 : Directives
. @1:23:00 : Dart..
. @1:24:50 : Import {ecma 6 not TS}
. @1:28:50 : [first Run] {npm start}
. @1:30:50 : The magic of Bootstrap();
> the new developement follow |
. @1:33:50 : talking about the live-server

BREAKE 10 minuts :P
@1:34:43 {Dr. going through stock-tracker | and some side talk from the students}
. @1:44:43 Brake Ends .. // well it didn't
. @1:46:00 > student asking about node.js
. @1:58:00 Brake Ends..
. @1:58:43 asking about the bootstrap

@2:00:13 : Recaping (sumrizing the previous) the
@2:03:25 : Two way binding.
@2:06:25 : Depandancy Injection
@2:12:25 : New Example Stock-tracker
more about the directives

@2:19:35 : NgIf
@2:20:35 : interacting with the views !~
@2:39:58 : The Router

NazS
Автор

Well explained even for idiots like me, thanks a lot!

Zhang_Nicolas
Автор

This tutorial is very good.

I'm trying to do "ToDo" apps with angular2 beta version but I'm getting 2 error like -
and

I'll be thankful to Dr Erradi, If You help me on this regards.

souravdey