chore: update readme
This commit is contained in:
parent
db5b07d14f
commit
8b80b93e47
1 changed files with 2 additions and 1 deletions
|
@ -20,8 +20,9 @@ The result is a reactive UI on property changes.
|
|||
1. [Life-Cycle Hooks](#life-cycle-hooks)
|
||||
1. [`onInit`](#oninit) - the component is connected to the DOM, before view is initialized
|
||||
1. [`afterViewInit`](#afterviewinit) - after the view is first initialized
|
||||
1. [`onDestroy`](#ondestroy) - the component is disconnected from the DOM
|
||||
1. [`onChanges`](#onchanges) - every time an attribute value changes
|
||||
1. [`onDestroy`]()
|
||||
|
||||
|
||||
## Import via unpkg
|
||||
Import using [unpkg](https://unpkg.com/web-component-base) in your vanilla JS component. We will use this in the rest of our [usage examples](#usage).
|
||||
|
|
Loading…
Reference in a new issue