Skip to content

Commit 0027116

Browse files
authored
CardView: FieldTemplate demo, path fix (#30187)
1 parent 776cc54 commit 0027116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/demos/Demos/CardView/FieldTemplate/Angular/app/employee/employee.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, Input, OnChanges } from '@angular/core';
2-
import { Employee, Service } from 'app/app.service';
2+
import { Employee, Service } from '../app.service';
33

44
let modulePrefix = '';
55
// @ts-ignore

apps/demos/Demos/CardView/FieldTemplate/Angular/app/priority/priority.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, Input, OnChanges } from '@angular/core';
2-
import { Priority, Service } from 'app/app.service';
2+
import { Priority, Service } from '../app.service';
33

44
let modulePrefix = '';
55
// @ts-ignore

0 commit comments

Comments
 (0)