
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@material-extended/mde
Advanced tools
Popover Demo | StackBlitz Template
Angular Popover is production ready.
This was originally created as an example for a @angular/material
issue feature request.
Issue can be found at angular/material2#2691
If you'd like to contribute please create an issue or pull request.
Material theme picker
Standard popover
Google+ style popover
Install npm package using:
yarn add @material-extended/mde
or
npm install @material-extended/mde
Install required packages @angular/cdk
yarn add @angular/cdk
or
npm install @angular/cdk
The CDK overlays depend on a small set of structural styles to work correctly. If you're using Angular Material, these styles have been included together with the theme, otherwise if you're using the CDK on its own, you'll have to include the styles yourself. You can do so by importing the prebuilt styles in your global stylesheet:
@import '~@angular/cdk/overlay-prebuilt.css';
app.module.ts
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { MdePopoverModule } from '@material-extended/mde';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
MdePopoverModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Feature | Notes | Docs |
---|---|---|
popover | In-progress (popover demo) | Docs |
Please report bugs and issues here.
MIT © Joe Jordan Brown
FAQs
Angular Material Extended
The npm package @material-extended/mde receives a total of 2,964 weekly downloads. As such, @material-extended/mde popularity was classified as popular.
We found that @material-extended/mde 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.