From 64c64ce6e82cedd0b55b4b2d69c410f4dae5a1a4 Mon Sep 17 00:00:00 2001 From: tvandiepen-hc <90826027+tvandiepen-hc@users.noreply.github.com> Date: Mon, 29 Nov 2021 14:03:16 +0100 Subject: [PATCH] Update sample url of material sample I noticed the url in the sample isnt correct, so here is an improvement. --- src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index d3400536..8fe53362 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -46,7 +46,7 @@ const APP_ROUTES: Route[] = [ component: MaterialSampleFormComponent, data: { title: "Material UI", - href: "https://github.com/udos86/ng-dynamic-forms/blob/master/sample/app/material-sample-form/material-sample-form.model.ts", + href: "https://github.com/udos86/ng-dynamic-forms/tree/master/src/app/ui-material/", bgColor: "#009688" } },