http://blog.angular-university.io/angular2-ngmodule/
Listening to an element host
ViewChildren vs ContentChildren
how-to-convert-js-code-to-angular-2
custom-form-controls-in-angular-2
angular2-bootstrap-pagination
virtualized-spreadsheet-component-in-angular-2.0
custom-form-control/
linkup-custom-control-to-ngcontrol-ngmodel
bootstrap_tables
immutable-js/
immutability-vs-encapsulation
angular-2-change-detection-explained
taking-advantage-of-observables-in-angular2
how-i-optimized-minesweeper-using-angular-2-and-immutable-js-to-make-it-insanely-fast/
whats-the-most-efficient-watch-js-that-watch-same-obj-property-from-multiple
object.watch polyfill
JQuery gebruiken met Angular:
npm install jquery
npm install @types/jquery --save-dev
And find your file name in "angular-cli.json" on the root and add the inside of as like:
script:["../node_modules/jquery/dist/jquery.min.js"]
import * as $ from 'jquery';
Geen opmerkingen:
Een reactie posten