urbisoft-app-structure
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.2.
11 lines (10 loc) • 895 B
TypeScript
export * from './src/app/urbisoft-main-structure/urbisoft-main-structure.module';
export * from './src/app/urbisoft-main-structure/components/urbisoft-main-structure/urbisoft-main-structure.component';
export * from './src/app/urbisoft-main-structure/interfaces/urbisoft-main-structure-config.interface';
export * from './src/app/urbisoft-main-structure/interfaces/urbisoft-spinner-config.interface';
export * from './src/app/urbisoft-auth/urbisoft-auth.module';
export * from './src/app/urbisoft-auth/components/urbisoft-login-form/urbisoft-login-form.component';
export * from './src/app/urbisoft-auth/models/app-user.model';
export * from './src/app/urbisoft-auth/interfaces/login-form.interface';
export * from './src/app/urbisoft-auth/interfaces/register-form.interface';
export * from './src/app/urbisoft-auth/components/urbisoft-register-form/urbisoft-register-form.component';