Dmytro Golysh
Component based
Performance
TypeScript
No scope, controller
No digest cycle
CSS encapsulation
Server side rendering
Reactive
Base moments
<p>The hero's birthday is {{ birthday | date }}</p>import { Pipe, PipeTransform } from '@angular/core';
@Pipe({
name: 'exponentialStrength'
})
export class ExponentialStrengthPipe implements PipeTransform {
transform(value: number, exponent: string): number {
let exp = parseFloat(exponent);
return Math.pow(value, isNaN(exp) ? 1 : exp);
}
}PURE
IMPURE
Zone JS
Default strategy
On Push strategy
Immutables and Observables
REST
Socket.io
Fix - E2E tests
Replace CSS Framework (Materialize CSS) to better with Angular 2 compatibility
Fix - Bugs
etc
https://videoportal.epam.com/channel/4YjRG9jaNy?page=1
https://github.com/garage-it/SmartHouse-frontend/wiki
https://tree.taiga.io/project/kucherenko-smart-home/