Gustavo Giserman

Results 7 issues of Gustavo Giserman

I'm currently working on a project that renders a tile map based on a **one-dimensional** array as grid. So I have to transform that array into a two-dimensional array in...

## Prerequisites - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue...

Bug

Hey guys, I just recently found out about `kaboom` and I was totally in love with it, but I really wanted to be able to work with isometric tilemaps (mostly...

I can't have any css in my bundle, so I can't `display: none` .Popver-tip through CSS. Is there any way around it or should I fork it already? Thanks

feature

## Environment ``` ## System: - OS: macOS Mojave 10.14.6 - CPU: (8) x64 Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz - Memory: 1.61 GB / 16.00 GB - Shell: 3.2.57...

E.g.: (two components in their own ng-module and a default module for the rest) ``` js ngtemplates: files: [ { cwd: 'src/components/', src: 'component/*.html', dest: 'build/components/component/component-template.js', module: 'component' }, {...