You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the goal is for users to use the ubiquits cli shell, it makes it hard to use the angular cli. Instead, the relevant methods that the angular cli provides should be exposed to the shell.
It may be possible to use the cli code as a library, which would allow for easy method binding. Suppression of the features like ng serve would be required though as it would add confusion (an probably not work due to the brocolli implementation of ng cli)
The text was updated successfully, but these errors were encountered:
As the goal is for users to use the ubiquits cli shell, it makes it hard to use the angular cli. Instead, the relevant methods that the angular cli provides should be exposed to the shell.
It may be possible to use the cli code as a library, which would allow for easy method binding. Suppression of the features like
ng serve
would be required though as it would add confusion (an probably not work due to the brocolli implementation of ng cli)The text was updated successfully, but these errors were encountered: