refactor(ivy): remove content query creation from directive factories (#24811)

PR Close #24811
This commit is contained in:
Pawel Kozlowski
2018-07-10 10:43:07 +02:00
committed by Matias Niemelä
parent 328971ffcc
commit 0399c6972a
11 changed files with 205 additions and 75 deletions

View File

@ -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,