Anthony Ciccarello
Anthony Ciccarello
#### Feature Request The [`covalent-colors()`](https://github.com/Teradata/covalent/blob/develop/src/platform/core/common/styles/colors/_colors.scss) mixin should be able to generate a select collection of styles. Each class would likely have to be generated explicitly but for applications that stick...
#### Feature Request With the [Utility SASS Mixins](https://teradata.github.io/covalent/#/docs/utility-sass-mixins), developers can cherry pick the utility classes they need. One of the large mixins that has been broken out is the [`covalent-colors()`](https://github.com/Teradata/covalent/blob/develop/src/platform/core/common/styles/colors/_colors.scss)...
I wasn't sure if @Hotell had started work on #93 or not so I started work on documentation. I can also update the playground app once `TestBed` is implemented.
The Angular CLI actually works pretty well with bundling hybrid ng-metadata applications. However the production build does not like 3rd party decorators (angular/angular#14323). ``` ERROR in legacy\my.module.ts(17,2): Error during template...
The rxjs 6 release candidate is out now with several breaking changes. When users update to rxjs 6, they can continue to use ng-metadata in its current state by adding...
### TLDR; Unit tests don't run `ngOnChanges` correctly if they are run after another test because the `$rootScope` reference was destroy. ### Details In my unit tests I am using...
Started work on test helpers. Inject was straightforward but TestBed will be a larger undertaking. Partial fix for #93
It would be helpful if there was a public function which could set the $inject property on a function. This would allow using type annotations when interacting with classic Angular...
I noticed the type definition was pointing to the wrong file closes #38
In reference to #133 > Multiple source folders is already supported actually (though its not visible in the UI). Just separate the paths with a semicolon (;). Could the UI...