-
ng -v 1.5.4
node -v 6.11.2
npm -v 3.10.10
### Observed behavior
We have an application with more than 7 modules. When we build this application we are getting vendor.bundle.js file of size 9β¦
-
πππππππππππππππππππππππππππ
my package.json file is
{
"name": "ITNepalCRM",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng-high-memory": "node --max_old_space_size=8000 ./noβ¦
-
when i use two different table in sample html page. its showing error. both list data getting from server side. html code for your reference:
-
Hi,
I'm trying to move from Angular 1 to Angular 2 beta. One of the things I did for Angular 1 was to write a wrapper around a third party grid. This grid allowed me to specify templates for columns β¦
-
#### Bug, feature request, or proposal:
feature
#### What is the expected behavior?
I would like to be able to reuse some already existing small components (like `mat-card-title`) to take more beβ¦
-
#### Bug, feature request, or proposal:
I just updated the angular app (a simple one) to v7, updating materials I get this error.
#### What is the expected behavior?
Compile
#### What is the cβ¦
-
In development mode, Angular puts `ng-reflect-$fieldName` attributes into the DOM for easier debugging. The value is the last bound value of the property, converted to a string using `toString`. Thatβ¦
-
I am using chance.js http://chancejs.com/
According to their claim:
![chance-size](https://cloud.githubusercontent.com/assets/2231799/25256341/ed36e198-25e4-11e7-9a7e-d5adfbfc7ce9.PNG)
So it sβ¦
-
win32 64bit
angular2
ng build
directory **vendor** size 16.3 MB
**tree vendor**
```
ββ@angular
β ββcommon
β β ββesm
β β β ββsrc
β β β β ββdirectives
β β β β ββfacade
β β β β ββ¦
ghost updated
5 years ago
-
## Description
i am using igx-tree-grid in angular 7 i am showing datas in grid rows based on screen size dynamically. if each row contains 15 records in tree grid its not showing full records in tβ¦