Skip to content

Commit

Permalink
feat(epidemiologia): contactos estrechos component
Browse files Browse the repository at this point in the history
  • Loading branch information
sychus committed Jul 1, 2021
1 parent 3f4d587 commit 1d029b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
No especificado
</plex-badge>
</ng-template>
<!-- <plex-button label="" type="warning" size="sm" icon="pencil" (click)="edit(_unContacto)">
</plex-button> -->
<plex-button label="" type="warning" size="sm" icon="pencil" (click)="edit(_unContacto)">
</plex-button>

</plex-item>

Expand Down
2 changes: 2 additions & 0 deletions src/app/modules/epidemiologia/epidemiologia.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import { SeguimientoFieldsPipe } from './pipes/seguimientoFields.pipe';





@NgModule({
declarations: [
FichaEpidemiologicaComponent,
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/epidemiologia/epidemiologia.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const routes: Routes = [
{
path: 'seguimiento',
component: SeguimientoEpidemiologiaComponent
},
}
];

@NgModule({
Expand Down

0 comments on commit 1d029b4

Please sign in to comment.