Open
Description
I've create a component station.component.ts with his station.component.css file styles and trying to import ng2-tree styles like:
- in station.component.css
@import '~ng2-tree/styles.css';
- in station.component.ts
styleUrls: ['./stations.component.css', '../../../node_modules/ng2-tree/styles.css']
But none of them not working. Guide me to the right version