mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-16 00:36:22 +00:00
Migrate frontend prefix to -pngx
This commit is contained in:
@@ -6,7 +6,7 @@ import { PermissionsService } from '../services/permissions.service'
|
||||
@Component({
|
||||
template: `
|
||||
<div>
|
||||
<button *appIfOwner="{ id: 2, owner: user1 }">Some Text</button>
|
||||
<button *pngxIfOwner="{ id: 2, owner: user1 }">Some Text</button>
|
||||
</div>
|
||||
`,
|
||||
})
|
||||
|
Reference in New Issue
Block a user