Skip to content
Snippets Groups Projects
Verified Commit d252dd08 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix provider

parent a383142f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ declare function $j(selector: any): any; ...@@ -10,7 +10,7 @@ declare function $j(selector: any): any;
@Component({ @Component({
templateUrl: "doctypes-administration.component.html", templateUrl: "doctypes-administration.component.html",
providers: [NotificationService] providers: [NotificationService, AppService]
}) })
export class DoctypesAdministrationComponent implements OnInit { export class DoctypesAdministrationComponent implements OnInit {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment