docs(core): fix typo for getting component definition function (#39823)
PR Close #39823
This commit is contained in:
parent
6046419f6c
commit
e7b67b9d67
|
@ -728,7 +728,7 @@ export function ɵɵdefinePipe<T>(pipeDef: {
|
|||
}
|
||||
|
||||
/**
|
||||
* The following getter methods retrieve the definition form the type. Currently the retrieval
|
||||
* The following getter methods retrieve the definition from the type. Currently the retrieval
|
||||
* honors inheritance, but in the future we may change the rule to require that definitions are
|
||||
* explicit. This would require some sort of migration strategy.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue