Closed bMil21 closed 6 months ago
@FrozenPandaz Has there been any discoveries with this issue?
@leosvelperez If we are on Nx 16.9.1, how can we get this fix? Has it been released yet?
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
We are trying to run a local Angular Schematic in an Nx monorepo, but Angular's schematic
context
is being ignored when we attempt to use it.Generator file
Angular Schematic Example
An Angular Schematic Rule Example
Terminal Output
Both the
context.addTask()
andcontext.logger.info
are ignored.Expected Behavior
We expect the
context.logger
to log a message, and thecontext.addTask()
to install dependencies.GitHub Repo
No response
Steps to Reproduce
wrapAngularDevkitSchematic
with a local Angular schematiccontext
context
methods are never calledplain js log [Function: info]
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response