
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@ng-zi/extensions
Advanced tools
The Ng-Zi Extensions is an extended component library for Angular Material.
Check out the demos and APIs.
At first, you should install the Angular Material and setup it. Learn more about the setup.
Install the Extensions library:
$ npm install @ng-zi/extensions --save
Import the modules you need, e.g. data-grid and select.
import { MtxGridModule } from '@ng-zi/extensions/grid';
import { MtxSelectModule } from '@ng-zi/extensions/select';
@NgModule({
...
imports: [MtxGridModule, MtxSelectModule, ...],
...
})
export class YourAppModule {
}
After import modules, you must define a theme. More about theming.
@use '@ng-zi/extensions' as mtx;
@include mtx.all-component-themes($theme);
The @use-based Sass API is only available in the version 12.0.0 and above.
You can also using a pre-built theme which in the "prebuilt-themes" directory of the npm package (@ng-zi/extensions/prebuilt-themes).
@import '@ng-zi/extensions/prebuilt-themes/indigo-pink.css'
$ git clone git@github.com:Ng-Zi/extensions.git
$ cd extensions
$ yarn
$ yarn run start
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
MIT
FAQs
Angular Material Extensions
We found that @ng-zi/extensions 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.