refactor(ivy): flatten hooks and collapse LView hook properties (#21650)
PR Close #21650
This commit is contained in:

committed by
Misko Hevery

parent
33b338120c
commit
3e03dbe576
@ -14,6 +14,7 @@ export class HelloWorld {
|
||||
|
||||
/** @nocollapse */
|
||||
static ngComponentDef: ComponentDef<HelloWorld> = defineComponent({
|
||||
type: HelloWorld,
|
||||
tag: 'hello-world',
|
||||
template: function (ctx: HelloWorld, cm: boolean) {
|
||||
if (cm) {
|
||||
|
Reference in New Issue
Block a user