8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
|
/*
|
||
|
* Public API Surface of ui-authentication
|
||
|
*/
|
||
|
|
||
|
export * from './lib/config/module-config';
|
||
|
|
||
|
export * from './lib/authentication-ui.module';
|