Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 19462cc

Browse files
committed
refactor: convert app to latest Angular CLI format
fix some Ivy and TypeScript compilation and configuration issues add a `build:highmem` for use when the build fails due to memory usage update all dependencies that are supported remove unneeded polyfills now that differential loading is supported convert workspace to current format move and update tsconfigs to match current CLI format log errors on bootstrap enable some router quality of life options add a `Version` interface update StackBlitz - Copyright - major Angular version - dependencies fix build error for `setTimeout` - it was resolving to the NodeJS version rather than DOM version
1 parent af6cce7 commit 19462cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/app/shared/stackblitz/stackblitz-writer.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ describe('StackblitzWriter', () => {
3232
it('should append correct copyright', () => {
3333
expect(stackblitzWriter._appendCopyright('test.ts', 'NoContent')).toBe(`NoContent
3434
35-
/** Copyright 2019 Google Inc. All Rights Reserved.
35+
/** Copyright 2019 Google LLC. All Rights Reserved.
3636
Use of this source code is governed by an MIT-style license that
3737
can be found in the LICENSE file at http://angular.io/license */`);
3838

3939
expect(stackblitzWriter._appendCopyright('test.html', 'NoContent')).toBe(`NoContent
4040
41-
<!-- Copyright 2019 Google Inc. All Rights Reserved.
41+
<!-- Copyright 2019 Google LLC. All Rights Reserved.
4242
Use of this source code is governed by an MIT-style license that
4343
can be found in the LICENSE file at http://angular.io/license -->`);
4444

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@
204204
dependencies:
205205
tslib "^1.9.0"
206206

207-
"@angular/material-examples@angular/material2-docs-content":
208-
version "8.2.0-17f2546"
209-
resolved "https://codeload.github.com/angular/material2-docs-content/tar.gz/5cb1cbc82959dd71d3e41013ab44e0a007e43084"
207+
"@angular/material-examples@angular/material2-docs-content#8.1.x":
208+
version "8.1.4-4eec07d"
209+
resolved "https://codeload.github.com/angular/material2-docs-content/tar.gz/7b223fbc784d9812f9c7ef523e5332cf5ba91d5d"
210210
dependencies:
211211
tslib "^1.7.1"
212212

0 commit comments

Comments
 (0)