Skip to content
Discussion options

You must be logged in to vote

Hey! Thanks for the report. There are two potential issues at play here; the first, a fix was merged this evening.

  • Check if the utils folder exists, if not generate it using the ng g @spartan-ng/cli:ui command

  • Update your root tsconfig.app.json file to include libs (or wherever you chose to create the components) directory:

"include": [
    "src/**/*.ts",
    "libs/**/*.ts"
  ],

I hope that helps

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TheoForay
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants