From 77640c907c398b41069272dfd8add3fcc11871da Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sun, 16 Dec 2018 19:05:56 +0100 Subject: [PATCH] fix(core): export ionic lifecycle names fixes #16760 --- core/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/index.ts b/core/src/index.ts index 03a860c41e..b15ba0618b 100644 --- a/core/src/index.ts +++ b/core/src/index.ts @@ -1,2 +1,3 @@ export * from './utils/platform'; export * from './utils/config'; +export * from './components/nav/constants';