refactor(ivy): remove content query creation from directive factories (#24811)
PR Close #24811
This commit is contained in:

committed by
Matias Niemelä

parent
328971ffcc
commit
0399c6972a
@ -116,6 +116,11 @@ export {
|
||||
query as Q,
|
||||
queryRefresh as qR,
|
||||
} from './query';
|
||||
export {
|
||||
registerContentQuery as Qr,
|
||||
loadQueryList as ql,
|
||||
} from './instructions';
|
||||
|
||||
export {
|
||||
pureFunction0 as f0,
|
||||
pureFunction1 as f1,
|
||||
|
Reference in New Issue
Block a user