Syd
Syd
I am running the Angular 2 Final release ^2.0.2 and angular2-localstorage is giving the following errors in the file "LocalStorageEmitter.ts": "/node_modules/@angular/core/src/facade/lang" has no exported member 'Type' "/node_modules/@angular/core/src/di" has no exported...
There is some strange functionality when there are multiple instances of the ng2-select on the same page. For instance, if you click into one and then click into a second...
I am trying to download the newest version in a project I have, but when I run the command `npm install angular2-grid`, all the .js files in the download directory...
I am experiencing an issue with the grid not recalculating its height when an item is added, removed or moved and the number of rows should change. Unfortunately, my application...
I upgrades from Angular 2 RC 4 to the Final Release and I am not getting `(SystemJS) Can't resolve all parameters for ElementRef: (?)` and I have removed all over...
Hi, I just updated to the latest version and I am not experiencing an issue when I resize the browser to a very narrow width, the browser (Chrome, IE, Firefox(...
hi, I am wondering if it is possible to have the grid take up the full width of the container it is in but still having padding between the gridItems?...
hi, I am getting the following error: `node_modules/angular-contents/src/index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property. The missing...
I have the following code: ``` {{ thing.name }} ``` but it gives me the `Expression has changed after it was checked` error - I have narrowed down the cause...