How to use the angular-formio/auth.FormioAuthRoutes function in angular-formio

To help you get started, we’ve selected a few angular-formio examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github formio / angular-app-starterkit / src / app / auth / auth.module.ts View on Github external
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
import { FormioAuthModule, FormioAuthRoutes } from 'angular-formio/auth';
const authRoutes = FormioAuthRoutes();
@NgModule({
  imports: [
    FormioAuthModule,
    RouterModule.forChild(authRoutes)
  ]
})
export class AuthModule {}

angular-formio

Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f

MIT
Latest version published 4 years ago

Package Health Score

54 / 100
Full package analysis