add styles to md profile

This commit is contained in:
Tiago Kayaya
2020-11-26 16:33:48 +01:00
parent 8a963fcd81
commit b103c5b19b
51 changed files with 784 additions and 125 deletions
@@ -33,8 +33,10 @@ export class ExpedienteDetailPage implements OnInit {
fulltask:any;
eventsList: Event[];
serialnumber:string;
profile: string;
ngOnInit() {
this.profile = "mdgpr";
this.activateRoute.paramMap.subscribe(paramMap => {
if (!paramMap.has('SerialNumber')){
return;