build(aio): update examples to CLI to 1.6.5 (#21222)

PR Close #21222
This commit is contained in:
Jesus Rodriguez
2017-12-30 14:38:30 +01:00
committed by Miško Hevery
parent 75897d4977
commit ffcb5dd264
7 changed files with 110 additions and 81 deletions

View File

@ -55,7 +55,7 @@ import 'core-js/es7/reflect';
/***************************************************************************************************
* Zone JS is required by Angular itself.
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
@ -64,13 +64,3 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/
/**
* Date, currency, decimal and percent pipes.
* Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
*/
// import 'intl'; // Run `npm install --save intl`.
/**
* Need to import at least one locale-data with intl.
*/
// import 'intl/locale-data/jsonp/en';