Skip to content

Commit

Permalink
chore: update favicon and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed May 27, 2024
1 parent 1ad5c60 commit 96c388c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ $theme: mat.define-light-theme(...);

```ts
import { Component } from '@angular/core';
import { GuiModule, GuiFields } from '@acrodata/gui';
import { GuiFields, GuiForm } from '@acrodata/gui';

@Component({
selector: 'your-app',
template: `<gui-form [config]="config" [model]="model" [form]="form"></gui-form>`,
standalone: true,
imports: [GuiModule],
imports: [GuiForm],
})
export class YourAppComponent {
config: GuiFields = {
Expand Down
Binary file modified projects/dev-app/src/favicon.ico
Binary file not shown.
Binary file modified projects/docs/src/favicon.ico
Binary file not shown.

0 comments on commit 96c388c

Please sign in to comment.