-
-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): upgrade angular 11 #1269
base: master
Are you sure you want to change the base?
Conversation
Would fix #1270 |
@lulzzz please review my pr |
@ocombe any news on this ? |
As explained in #1270 we don't need to change the peer dependencies, the lib works just fine as it is... |
@@ -10,7 +10,7 @@ | |||
"prefix": "lib", | |||
"architect": { | |||
"build": { | |||
"builder": "@angular-devkit/build-ng-packagr:build", | |||
"builder": "@angular-devkit/build-angular:ng-packagr", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to change the builder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated @angular-devkit/build-ng-packagr
has been removed in angular 11
More details please see build: delete @angular-devkit/build-ng-packagr
@@ -45,4 +45,8 @@ export class TranslateStore { | |||
* }); | |||
*/ | |||
public onDefaultLangChange: EventEmitter<DefaultLangChangeEvent> = new EventEmitter<DefaultLangChangeEvent>(); | |||
|
|||
constructor() { | |||
this.currentLang = this.currentLang; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this.currentLang = this.currentLang; | |
this.currentLang = this.this.defaultLang; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"this.this" ?
No description provided.