angular-formio
Version:
The Form.io dynamic form and data management system for Angular.
10 lines (9 loc) • 438 B
TypeScript
export declare class FormioAuthModule {
}
export declare const FormioAuth: typeof FormioAuthModule;
export { FormioAuthRoutes } from './auth.routes';
export { FormioAuthConfig } from './auth.config';
export { FormioAuthService } from './auth.service';
export { FormioAuthComponent } from './auth.component';
export { FormioAuthLoginComponent } from './login.component';
export { FormioAuthRegisterComponent } from './register.component';