Skip to content

Commit

Permalink
docs: replace dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed May 24, 2020
1 parent 1192b91 commit df996e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/angular-component-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit df996e4

Please sign in to comment.