Timothy-Paul Cuthbert
Results
2
issues of
Timothy-Paul Cuthbert
Would be nice to be able to get intellisense for variables throughout the project. For example I have a main `_variables.scss` file with something like this ``` :root{ --app-bg: rgb(236,...
Type: Enhancement
Getting the issue ``` Component imports must be standalone components, directives, pipes, or must be NgModules. ``` when importing `import { VimeModule } from '@vime/angular';` for angular 16. I think...