From df996e4699b7e350da68e056997cc20b073af92f Mon Sep 17 00:00:00 2001 From: Danilo Hoffmann Date: Sun, 24 May 2020 20:24:47 +0200 Subject: [PATCH] docs: replace dead link --- docs/guides/angular-component-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/angular-component-development.md b/docs/guides/angular-component-development.md index b729c75acc..317ba50e76 100644 --- a/docs/guides/angular-component-development.md +++ b/docs/guides/angular-component-development.md @@ -35,7 +35,7 @@ See also [Angular Style Guide](https://angular.io/guide/styleguide#style-05-15). ## Put as Little Logic Into `constructor` as Possible - Use `ngOnInit` -See [The essential difference between Constructor and ngOnInit in Angular](https://blog.angularindepth.com/the-essential-difference-between-constructor-and-ngoninit-in-angular-c9930c209a42) and [Angular constructor versus ngOnInit](https://ultimatecourses.com/blog/angular-constructor-ngoninit-lifecycle-hook). +See [The essential difference between Constructor and ngOnInit in Angular](https://indepth.dev/the-essential-difference-between-constructor-and-ngoninit-in-angular/) and [Angular constructor versus ngOnInit](https://ultimatecourses.com/blog/angular-constructor-ngoninit-lifecycle-hook). ## Use Property Binding to Bind Dynamic Values to Attributes or Properties