Migrate frontend prefix to -pngx

This commit is contained in:
shamoon
2023-09-14 14:03:28 -07:00
parent 9e2135e2c7
commit 5ee9ad3e4f
111 changed files with 373 additions and 371 deletions

View File

@@ -9,7 +9,7 @@ import { WidgetFrameComponent } from './widget-frame.component'
template: `
<div>
<button
*appIfObjectPermissions="{
*pngxIfObjectPermissions="{
object: { id: 2, owner: user1 },
action: 'view'
}"

View File

@@ -1,7 +1,7 @@
import { Component, Input } from '@angular/core'
@Component({
selector: 'app-widget-frame',
selector: 'pngx-widget-frame',
templateUrl: './widget-frame.component.html',
styleUrls: ['./widget-frame.component.scss'],
})