No suggestions for creating anything other than Interface/Class #925
-
Checks before posting an issue
Configuration
Description of the issueI am using NX for my work project, and a few releases ago they removed the need for an Each library in a NX file has a Extension logs
How to reproduce the issue
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, As explained in the troubleshooting section of the documentation, displayed schematics are based on your The fact that 2 TypeScript schematics are proposed means that at least one So I would need more information about your As a workaround, you can use the extension's configuration helper to force dependencies. |
Beta Was this translation helpful? Give feedback.
Hello,
As explained in the troubleshooting section of the documentation, displayed schematics are based on your
package.json
dependencies.The fact that 2 TypeScript schematics are proposed means that at least one
package.json
has been found, withtypescript
as a dependency, but that no@angular/core
dependency was found in anypackage.json
.So I would need more information about your
package.json
to be able to help you.As a workaround, you can use the extension's configuration helper to force dependencies.