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

Update to Angular CLI v6 #431

Merged
merged 7 commits into from
Apr 27, 2018
Merged

Update to Angular CLI v6 #431

merged 7 commits into from
Apr 27, 2018

Conversation

jelbourn
Copy link
Member

No description provided.

This includes the following:
* Running ng update @angular/cli, which updates the project config file,
karma config, etc.
*
* Changing the build defaults to `aot: true` and `sourceMap: false`
* Updating the stackblitz versions for Angular 6
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -51,30 +50,30 @@ describe('ExampleViewer', () => {
component = fixture.componentInstance;
});

it('should toggle showSource boolean', () => {
it('should toggle showSource boolean', async(() => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we be doing fakeAsync here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

async should be fine since we don't care about the end of the operation, just that it finishes

@jelbourn jelbourn merged commit 2b79b4f into angular:master Apr 27, 2018
jelbourn pushed a commit that referenced this pull request May 2, 2018
richdev350 added a commit to richdev350/material.angular.io that referenced this pull request Jun 29, 2022
karkumar089 added a commit to karkumar089/material.angular.io that referenced this pull request Feb 1, 2023
sailing-dev added a commit to sailing-dev/material.angular.io that referenced this pull request Feb 5, 2023
sailingdev added a commit to sailingdev/material.angular.io that referenced this pull request Apr 14, 2023
alexeagle pushed a commit to alexeagle/material2 that referenced this pull request Nov 6, 2024
alexeagle pushed a commit to alexeagle/material2 that referenced this pull request Dec 12, 2024
alexeagle pushed a commit to alexeagle/material2 that referenced this pull request Dec 16, 2024
alexeagle pushed a commit to alexeagle/material2 that referenced this pull request Dec 18, 2024
josephperrott pushed a commit to angular/components that referenced this pull request Dec 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants