list shows for public and own filter
This commit is contained in:
13
src/app/services/user/owner.module.ts
Normal file
13
src/app/services/user/owner.module.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {OwnerDirective} from './owner.directive';
|
||||
import {CommonModule} from '@angular/common';
|
||||
|
||||
@NgModule({
|
||||
declarations: [OwnerDirective],
|
||||
exports: [OwnerDirective],
|
||||
imports: [
|
||||
CommonModule
|
||||
]
|
||||
})
|
||||
export class OwnerModule {
|
||||
}
|
||||
Reference in New Issue
Block a user