Angular 4-5-6 Interview Question /////////// Angualr 2/4/5/6/7 Interview Question /////////// 1.) What are the new features of Angular 4? Revamped *ngIf and *ng For Router ParamMap TypeScript Compatibility Animations Package Dynamic Components Angular Universal Smaller and Quick View Engine – AOT Compilation Flat ES Modules (Flat ESM / FESM) Source Maps for Templates 2.) Different between Observable or Promise Promise: -A Promise handles a single event when an async operation completes or fails. -usually only use with async data return -not easy to cancel Observable: -are cancellable -are retriable by nature such as retry and retryWhen ...
Comments
Post a Comment