Benjamin Charity
Benjamin Charity
**Describe the bug** When the rule `relative-url-prefix` is enabled it considers deep relative URLs to **not** be prefixed correctly. ```TypeScript // Codelyzer considers valid: './foo.ts' // Codelyzer considers invalid: './../foo.ts'...
Adds a function to parse a string into a duration according to the ISO 8601 format > NOTE: This PR simply adds finishing touches to the awesome work already done...
## Prerequisites On the latest generator: ``` bash ➜ fountain git:(master) ✗ npm ls -g --depth=0 2>/dev/null | grep generator-fountain ├── [email protected] ``` - Framework: Angular 1 - Modules manager:...
We've been having intermittent issues uploading our coverage reports from our GitHub action. These issues are displayed as 403s which cause really, really long jobs. In order for this to...
Usage: ```typescript @Directive({ ... providers: [ControlValueAccessorProviderFactory(MyDirective)] }) ```
https://angular.io/guide/schematics-for-libraries We should provide a simple schematic so that `ng add @terminus/ui` works as expected by consumers. This will also act as the proof of concept for more complex schematics...
Need to test this with a form control component. Checkbox/radio are the most simple. Input if we really want to stress-test it. - Heard report that jest doesn't handle web...
We should be thoughtful about setting up regression tests much like unit tests: we should avoid double testing where possible (eg login form doesn't need to test button styles since...
- [ ] Implement vertical mode via an @Input `layout: 'vertical' | 'horizontal'` - [ ] Default to 'horizontal' layout. - [ ] Content areas should still move horizontally regardless...