Hello, I'm new on Angular and I deployed hello-world app. I tried to import this module in this app with not success.
Error: This command is not available when running the Angular CLI outside a workspace.
This error appears before on hello-world, I did "cd hello-world" and "ng server --open" and solved it (a common beginner error). But here I don't now what to do.
If clone and serve is not possible, I need steps to import to hello-world app for example.
Thanks. Great module!