
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This project was generated with Angular CLI version 1.7.3.
<rg-rest-grid [endpoint]="endpoint" (onActionClick)="onActionClick($event)"></rg-rest-grid>
import { Component } from '@angular/core';
@Component({
selector: 'rg-root',
templateUrl: './app.component.html'
})
export class AppComponent {
endpoint: String = '/api/elements';
onActionClick(data): void {
console.log('parent', data);
}
}
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
| Types | Description |
|---|---|
| numberColumnFilter | A Number Filter for number comparisons. |
| textColumnFilter | A Text Filter for string comparisons. |
| dateColumnFilter | A Date Filter for date comparisons. |
| setColumnFilter | A set of data filter type. |
| Types | Description |
|---|---|
| numberComparator | Sorting for numbers. |
| textComparator | Sorting for strings. |
| dateComparator | Sorting for date entities. |
.
|-- LICENSE
|-- README.md
|-- api
| |-- elements
| | |-- data.json
| | `-- grid.json
| `-- index.js
|-- config
| |-- environment.prod.ts
| `-- environment.ts
|-- copy.js
|-- e2e
| |-- app.e2e-spec.ts
| |-- app.po.ts
| `-- tsconfig.e2e.json
|-- example
| |-- app
| | |-- app.component.html
| | |-- app.component.scss
| | |-- app.component.ts
| | `-- app.module.ts
| |-- assets
| |-- favicon.ico
| |-- index.html
| |-- main.ts
| |-- polyfills.ts
| |-- test.ts
| |-- tsconfig.app.json
| |-- tsconfig.spec.json
| `-- typings.d.ts
|-- karma.conf.js
|-- ng-package.json
|-- package-lock.json
|-- package.json
|-- protractor.conf.js
|-- proxy.conf.json
|-- src
| |-- contextual-menu
| | |-- contextual-menu.component.html
| | |-- contextual-menu.component.ts
| | `-- contextual-menu.module.ts
| |-- filters
| | |-- date
| | | |-- date-filter.component.css
| | | |-- date-filter.component.html
| | | `-- date-filter.component.ts
| | |-- number
| | | |-- number-filter.component.css
| | | |-- number-filter.component.html
| | | `-- number-filter.component.ts
| | `-- string
| | |-- string-filter.component.css
| | |-- string-filter.component.html
| | `-- string-filter.component.ts
| |-- index.ts
| |-- options
| | `-- grid-options.interface.ts
| |-- rest-grid.component.html
| |-- rest-grid.component.spec.ts
| |-- rest-grid.component.ts
| |-- rest-grid.module.ts
| `-- rest-grid.scss
|-- tsconfig.json
`-- tslint.json
14 directories, 50 files
FAQs
Rest Grid Library
We found that rest-grid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.