Tobias Korsbäck
Member since Nov 27, 2017
- Profile: /members/13664-tobias-korsb-ck.htm
- Comments: 1
Recent Blog Comments By Tobias Korsbäck
-
Favoring Local Interfaces Over Imported Interfaces For Data Structures In Angular 5.0.2
Posted on Nov 27, 2017 at 4:30 AM
How about defining and exporting the "base" interface locally in the component and then import it in app.component.ts. import { ItemInterface } from '@app/item/item.component.ts'; The component is still decoupled.... read more »