
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
angularx-wrapper
Advanced tools
Simple wrapper to create an elevated container using Angular Material.
https://angularx-wrapper.byh.uy/
@angular/material and lodash.ng add @angular/material and npm install --save lodash.npm install --save angularx-wrapper.AngularXWrapperModule into your app.module:...
import { AngularXWrapperModule } from 'angularx-wrapper';
@NgModule({
...
imports: [
...
AngularXWrapperModule
]
})
export class AppModule { }
<angularx-wrapper>
Your content goes here.
</angularx-wrapper>
Properties
| Name | Type/Interface | Default | Description |
|---|---|---|---|
@Input('ngxClass') | string | string[] | [] | Custom class name(s) for the wrapper |
@Input('ngxStyle') | {} | {} | Just like ngStyle, this accepts the styles for the wrapper |
@Input('elevation') | number (0 - 24) | 5 | Elevation level (the higher the number, the more elevated the wrapper appears) |
@Input('width') | number | string | '900px' | The wrapper's width |
@Input('padding') | number | string | '32px' | Padding between the wrapper and its content |
@Input('align' ) | 'center' | 'left' | 'right' | 'left' | The wrapper's alignment |
@Input('contentAlign') | 'center' | 'left' | 'right' | 'left' | Content's alignment inside the wrapper |
@Input('borderRadius') | number | string | '0px' | The wrapper's border radius |
Interfaces
N/A
For feature request and bug report, visit the issue page.
MIT License - Refer to LICENSE.
FAQs
Simple wrapper to create an elevated container using Angular Material
We found that angularx-wrapper 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.