Closed pnagar1705 closed 6 years ago
@pnagar1705 Hi there
You can try to import styles in your styles.scss
, which is in root dir.
go in there and @import '../node_modules/angular-custom-tour/styles/main.css';
Let me know if this helps
No, still not able to render CSS
there was an error in referring . Fixed it
Hi, I referred the readMe and injected the hintService in my component class. I also imported the styling as suggested on ReadMe, but not able to see any effect. I have the following in my Component
....html, styles: [require('..., "styles.scss", "../node_modules/angular-custom-tour/styles/main.css"], providers: [HintService] })
On my html I have the following at the top of the page.<button name="button" (click)="startTour()"> START TOUR!
and then the following at the bottom