Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

damingerdai
Copy link

No description provided.

lulzzz
lulzzz previously approved these changes Dec 10, 2020
@bleuscyther
Copy link

Would fix #1270

@damingerdai
Copy link
Author

@lulzzz please review my pr

@stekontar
Copy link

@ocombe any news on this ?

@ocombe
Copy link
Collaborator

ocombe commented Jan 5, 2021

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",
Copy link

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?

Copy link
Author

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;
Copy link

Choose a reason for hiding this comment

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

Suggested change
this.currentLang = this.currentLang;
this.currentLang = this.this.defaultLang;

Copy link

Choose a reason for hiding this comment

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

"this.this" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants