|
|
|
|
3
|
const navigationSingleton = new NavigationRoot();
|
3
|
const navigationSingleton = new NavigationRoot();
|
4
|
|
4
|
|
5
|
export const Navigation = navigationSingleton;
|
5
|
export const Navigation = navigationSingleton;
|
|
|
6
|
+export * from './events/EventsRegistry';
|
6
|
export * from './adapters/Constants';
|
7
|
export * from './adapters/Constants';
|
7
|
export * from './interfaces/ComponentEvents';
|
8
|
export * from './interfaces/ComponentEvents';
|
8
|
export * from './interfaces/Events';
|
9
|
export * from './interfaces/Events';
|