Skip to content

Instantly share code, notes, and snippets.

@obenjiro
Last active July 20, 2017 19:22
Show Gist options
  • Select an option

  • Save obenjiro/5eb05395e9e20359bed43c2914ed4bc6 to your computer and use it in GitHub Desktop.

Select an option

Save obenjiro/5eb05395e9e20359bed43c2914ed4bc6 to your computer and use it in GitHub Desktop.

Revisions

  1. obenjiro revised this gist Jul 26, 2016. 1 changed file with 44 additions and 1 deletion.
    45 changes: 44 additions & 1 deletion ng2-depth.md
    Original file line number Diff line number Diff line change
    @@ -17,5 +17,48 @@
    - https://www.youtube.com/watch?v=TAVn7s-kO9o ( SOLID в JavaScript )
    - https://www.youtube.com/watch?v=dKRbsE061u4 ( SOLID в Ruby )

    ##Angular 2 ( компоненты, шаблоны, change detection, зоны, jquery плагины )

    - https://medium.com/@ttemplier/angular2-decorators-and-class-inheritance-905921dbd1b7#.ex198nkdb ( Наследование декораторов в Angular 2 )
    - https://gist.github.com/aiboy/52b74efe1a4081e6e4b54b8df8baecba ( Angular 1 template engine - упрощенная версия )
    - https://vsavkin.com/angular-2-template-syntax-5f2ee9f13c6a?gi=844da1c648b1 ( о CSS scoping в Angular 2 )
    - https://angular.io/docs/ts/latest/guide/template-syntax.html ( Все виды директив и биндингов )
    - https://www.youtube.com/watch?v=3IqtmUscE_U ( ZoneJS - подробное обьяснение )
    - http://blog.thoughtram.io/angular/2016/02/22/angular-2-change-detection-explained.html ( Chage Detection в Angular 2 )
    - http://blog.thoughtram.io/angular/2016/02/01/zones-in-angular-2.html ( еще одна статья про зоны )
    - http://stackoverflow.com/questions/34326745/whats-the-difference-between-viewchild-and-contentchild ( ViewChild vs ContentChild )
    - https://medium.com/@ttemplier/angular2-decorators-and-class-inheritance-905921dbd1b7#.ex198nkdb ( Наследование декораторов в Angular 2 )

    ##new new Router (v3)

    - http://blog.thoughtram.io/angular/2016/06/14/routing-in-angular-2-revisited.html ( Хорошая статья о новом Router )
    - http://vsavkin.tumblr.com/post/145672529346/angular-router ( внутренний механизм работы )
    - http://plnkr.co/edit/ER0tf8fpGHZiuVWB7Q07?p=preview ( пример )
    - http://stackoverflow.com/documentation/angular2/2332/routing-guards#t=201607261308381658324 ( Защитники )
    - http://vsavkin.tumblr.com/post/146722301646/angular-router-empty-paths-componentless-routes ( о конфигурации Route )

    ##Forms ( формы от шаблонов, формы от модели, гибриды )

    - http://blog.angular-university.io/introduction-to-angular-2-forms-template-driven-vs-model-driven/

    ##RxJs ( Obsevarable, работа с данными, с сетью )

    - https://channel9.msdn.com/Shows/Going+Deep/Expert-to-Expert-Brian-Beckman-and-Erik-Meijer-Inside-the-NET-Reactive-Framework-Rx ( подробное видео о FRP - 1 час компьютерного Sience )
    - http://reactivex.io/documentation/operators.html ( подробная документация ( с картинками ) о RxJS )

    ##Фремворки и библиотеки для Angular 2 ( NgRx, Angular Meteor, Angular Material, Protractor ... и тп)

    - https://github.com/angular/angular-cli ( Единственно "верный" скафолдер Angular2 - с уже настроенными e2e тестами - от авторов Angular 2 )
    - https://github.com/ngrx/store ( Redux-о подобный Framework для Angular2 )
    - https://augury.angular.io ( инструмент для анализа Angular2 приложений )
    - https://github.com/Urigo/angular2-meteor ( смесь Angular2 и Meteor - пошаговое руководство )
    - https://github.com/valor-software/ng2-bootstrap/ ( Bootstrap для Angular2 )
    - https://github.com/angular/material2 ( Angular2 material )

    ##IDE и microIDE которые умеют работать с TypeScript
    - https://code.visualstudio.com/
    - https://atom.io + https://atom.io/packages/atom-typescript
    - https://www.jetbrains.com/webstorm/

    ##NativeScript
    - https://www.nativescript.org
    - https://www.youtube.com/watch?v=efk_oeI58hc ( NativeScript + Angular2 )
  2. obenjiro revised this gist Jul 26, 2016. 1 changed file with 20 additions and 2 deletions.
    22 changes: 20 additions & 2 deletions ng2-depth.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,21 @@
    Angular 2 ( in depth ) Links
    #Angular 2 ( в глубину )

    ... coming soon
    Слайды - https://db.tt/sBZvCTur

    ##Основные ссылки

    - https://angular.io
    - https://www.typescriptlang.org

    ##TypeScript ( сравнение ES6 и TypeScript, важные знания и особенности )

    - https://www.youtube.com/watch?v=PMfcsYzj-9M&index=19 ( Прототипное наследование в JS )
    - https://babeljs.io/repl/ ( ES2015/ES6 компилятор )
    - https://github.com/lukehoban/es6features#reflect-api ( что нового в ES6 - ENG )
    - https://github.com/etnolover/ES6-for-humans-translation ( что нового в ES6 - RU )
    - http://www.2ality.com/2015/02/es6-classes-final.html ( ES6 classes )
    - https://www.youtube.com/watch?v=TAVn7s-kO9o ( SOLID в JavaScript )
    - https://www.youtube.com/watch?v=dKRbsE061u4 ( SOLID в Ruby )


    - https://medium.com/@ttemplier/angular2-decorators-and-class-inheritance-905921dbd1b7#.ex198nkdb ( Наследование декораторов в Angular 2 )
  3. obenjiro created this gist Jul 24, 2016.
    3 changes: 3 additions & 0 deletions ng2-depth.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    Angular 2 ( in depth ) Links

    ... coming soon