mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
6061146cf3
commit
ee008b6173
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export class CustomListbox extends ListboxBase {
|
|||
|
||||
## Extending other components and directives
|
||||
|
||||
When a component extends another component or a directive, it inherits some the metadata defined in
|
||||
When a component extends another component or a directive, it inherits some of the metadata defined in
|
||||
the base class's decorator and the base class's decorated members. This includes
|
||||
host bindings, inputs, outputs, lifecycle methods.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue