Аневризма retweeted
esnextbin: A babel powered ES6+ browser REPL with npm package support. esnextb.in/ #JavaScript
2
29
37
you want the most current training out there? go and check out @eggheadio cutting edge topics, don't hesitate just do it
ViewEncapsulation.Native - no styles in, no styles out ViewEncapsulation.Emulated - all styles in, no styles out #angular2
1
1
classes deal with the idea of an object prototypes deal with the objects themselves #javascript #avoidclasses #compositionoverinheritance
Аневризма retweeted
"Managing Memory and Garbage Collection in Node.js" an @eggheadio lesson by @wfbutton. Mind blowingly informative egghead.io/lessons/node-js-m…
8
26
let proto = () => ({ hi: () => "I'm " + this.name }); let jero = Object.create(proto); jero.name = "jero";
brittle architecture "tight coupling and single-parent hierarchies make structure rigid and changes hard" @_ericelliott #javascript
1
'@Input' allows you to pass data into the controller and templates through html and defining custom properties #angular2
how can I remove that annoying highlight on the template syntax ??? @webstorm @johnlindquist https://nitter.catsarch.com/t.co/aZufzz1bXr
1
“If a feature is sometimes dangerous, and there is a better option, then always use the better option.” Douglas Crockford #javascript #dc
1
import.. import {Service} from './service.ts'; bootstrap(App, [Service]); //make this available to the entire applicacion #angular2
the @View decorator has been deprecated in favor of the single @Component decorator for defining a component. #angular2 breaking changes
Аневризма retweeted
All of ES2016: Array.prototype.includes: github.com/tc39/Array.protot… Exponentiation Operator: github.com/rwaldron/exponent… https://nitter.catsarch.com/t.co/RrbLtaKG9p
2
15
18
[(ngModel)] syntax the [] means that you can set it the () means that you can get it #javascript #angular2 #ngModel
*ngFor * means that is a directive thats gonna change the element itself with an internal template like creating instances of it #angular2
<form (ngSubmit)="onSubmit()"> <input type="input" class="form-control" [(ngModel)]="todoModel"> </form> #angular2 syntax
1
1
Аневризма retweeted
Report: Google testing 5G drones that deliver internet 40 times faster than 4G tnw.me/Fa0iKUR https://nitter.catsarch.com/t.co/PuzJYbston
1
71
46