ViieeS

Results 21 issues of ViieeS

I try to setup lazy loading using webpack with AngularCompilerPlugin, but get error. ```ts export const testFutureState: NgHybridStateDeclaration = { name: 'test.**', url: '/', loadChildren: './test.module#TestModule', }; ``` ```ts export...

> I've done some testing and found that Node v11.5.0 or newer is required (to support array.flat()) which is reflected in v6.0.1 @biesbjerg How about not using `Array.prototype.flat()`? There are...

enhancement

- Hide extra details about extraction and add verbose option to show them. - Show new strings count.

Needs to add objects support in `ts-repeat` ### Example ```js $scope.data = { "123": { id: 123, name: "dave", age: 23 }, "456": { id: 456, name: "chris", age: 23...

It doesn't work: ```html ``` it works: ```html ```

I have a problem when I try to import [bootstrap](https://github.com/twbs/bootstrap-sass) mixins like this: `@import ~bootstrap-sass/assets/stylesheets/bootstrap/mixins`. Because `_mixins.scss` and `mixins/` directory are located on the same level: ``` +--mixins/ | +--_mixins.scss...

I have problem with import `*.min.css` files. Also maybe this problem is actual for `*.css` too.

Take a look on [my branch](https://github.com/ViieeS/react-table-sticky). I changed the logic to stick columns from any position, not only from far left/right. I use it with `useFlex` hook, it works like...

If image already encoded, styles will crash since this place. ## Example ```js .swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; -webkit-background-size: 100%; background-size:...