mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
fix create process from attachment
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { ClickAndHoldDirectiveService } from '../click-and-hold-directive.service';
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
//declarations: [ClickAndHoldDirectiveService],
|
||||
imports: [
|
||||
CommonModule
|
||||
],
|
||||
//exports: [ClickAndHoldDirectiveService]
|
||||
})
|
||||
export class DirectivesModule { }
|
||||
Reference in New Issue
Block a user