Updated to angular-cli v1.0.0 and angular v4.0.0#38
Open
coder925 wants to merge 2 commits intojelbourn:masterfrom
Open
Updated to angular-cli v1.0.0 and angular v4.0.0#38coder925 wants to merge 2 commits intojelbourn:masterfrom
coder925 wants to merge 2 commits intojelbourn:masterfrom
Conversation
|
Happy to see that you took the care to do it! BTW, how did you get the AoT to work? It looks broken on my side? |
Author
|
I am glad you appreciate it. Actually, I did not do anything at all regarding AOT. Since I let angular-cli I assumed that the app worked since I get no error messages after running |
Author
|
Updated to angular-cli v1.0.0, angular v4.0.0 and angular/material v2.0.0-beta.2. Steps taken:
|
|
Please merge this PR or upgrade to latest versions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated to angular-cli v1.0.0-beta.28.3 and angular/material v2.0.0-beta.1.
Steps taken:
During the update the following file actions were taken:
Created missing folder after update
mkdir src\assetsUpdated Material according to documentation:
Updated firebase-tools:
npm install --save-dev firebase-toolsRenamed classes to align with file naming and allow for easier angular-cli updates in the future.
renamed: MaterialAppModule > AppModule
renamed: Material2AppAppComponent > AppComponent