1.3.1-1 • Published 3 years ago

@frontegg/ng-audits v1.3.1-1

Weekly downloads
19
License
-
Repository
-
Last release
3 years ago

Angular pre-built Component for faster and simpler integration with Frontegg services.

import { AppComponent } from "./app.component"; import { CoreModule } from "@frontegg/ng-core"; import { AuditsModule } from '@frontegg/ng-audits';

@NgModule({ declarations: AppComponent, imports: CoreModule.forRoot({ context: { baseUrl: ${window.location.protocol}/${host}, requestCredentials: "include", }, }), AuditsModule.forRoot(), // ...rest modules , providers: [], bootstrap: AppComponent, }) export class AppModule {}

## Contributing

The main purpose of this repository is to continue developing Frontegg Angular to making it faster and easier to use.
Read our [contributing guide](/CONTRIBUTING.md) to learn about our development process.

**Notice** that contributions go far beyond pull requests and commits.

## License

This project is licensed under the terms of the [MIT license](/LICENSE).
1.3.1-1

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago