diff --git a/projects/angular-formio/resource/src/resource.component.ts b/projects/angular-formio/resource/src/resource.component.ts index 81481d69..f8d577b2 100644 --- a/projects/angular-formio/resource/src/resource.component.ts +++ b/projects/angular-formio/resource/src/resource.component.ts @@ -7,7 +7,7 @@ import { NgIf } from '@angular/common'; @Component({ templateUrl: './resource.component.html', - imports: [RouterLink, RouterLinkActive, NgIf, RouterOutlet] + imports: [RouterLink, RouterLinkActive, NgIf, RouterOutlet] }) export class FormioResourceComponent implements OnInit, OnDestroy { public perms = {delete: false, edit: false};