fixup! docs: update Universal guide (#28296)

PR Close #28296
This commit is contained in:
Adam Plumer
2019-03-07 10:16:19 -06:00
committed by Kara Erickson
parent a29ce57732
commit 6b6fdffc12
3 changed files with 2435 additions and 2365 deletions

View File

@ -38,10 +38,6 @@ module.exports = function(config) {
{ pattern: 'node_modules/rxjs/**/*.js', included: false, watched: false },
{ pattern: 'node_modules/rxjs/**/*.js.map', included: false, watched: false },
// tslib (TS helper fns such as `__extends`)
{ pattern: 'node_modules/tslib/**/*.js', included: false, watched: false },
{ pattern: 'node_modules/tslib/**/*.js.map', included: false, watched: false },
// Paths loaded via module imports:
// Angular itself
{ pattern: 'node_modules/@angular/**/*.js', included: false, watched: false },