Gathering detailed insights and metrics for generator-jhipster-angular-material-integration
Gathering detailed insights and metrics for generator-jhipster-angular-material-integration
Gathering detailed insights and metrics for generator-jhipster-angular-material-integration
Gathering detailed insights and metrics for generator-jhipster-angular-material-integration
generator-jhipster
Spring Boot + Angular/React/Vue in one handy generator
ng-jhipster
A Jhipster util library for Angular
generator-fastboot
Spring Boot + Angular/React/Vue in one handy generator
generator-jhipster-nav-element
Add simple and nested pages to your JHipster app
npm install generator-jhipster-angular-material-integration
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
19 Stars
27 Commits
4 Forks
6 Watching
13 Branches
3 Contributors
Updated on 09 Sept 2023
JavaScript (74.36%)
TypeScript (25.64%)
Cumulative downloads
Total Downloads
Last day
-42.2%
372
Compared to previous day
Last week
-76.9%
1,861
Compared to previous week
Last month
2,796.1%
33,797
Compared to previous month
Last year
2,671.7%
35,755
Compared to previous year
JHipster module, Module for installing the dependencies needed to use Angular Material in a Jhipster project.
This is a JHipster module, that is meant to be used in a JHipster application.
This generator allows you to set up and download the dependencies necessary to use Angular Material.
You can find a sample application using this generator here.
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
1yarn global add generator-jhipster-angular-material-integration
To update this module:
1yarn global upgrade generator-jhipster-angular-material-integration
To install this module:
1npm install -g generator-jhipster-angular-material-integration
To update this module:
1npm update -g generator-jhipster-angular-material-integration
First, you have to run the generator using the following command :
1yo jhipster-angular-material-integration
Please check that @angular/animations, @angular/cdk, @angular/flex-layout, @angular/material and hammerjs has been added to your package.json. If not, please add it yourself with version "latest" (example: "@angular/animations": "latest") and execute npm install. Now you have all the necessary elements to use Angular Material's tools : Angular Material Website.
# How
This generator will first add a jh-material.module.ts file, which imports all material component, in Shared folder. This module will then be imported in shared.module.ts :
1import {JhMaterialModule} from \'app/shared/jh-material.module\';
BrowserAnimationsModule and hammerjs (which is not necesary but useful for some components) are imported in app.module.ts file :
1import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; 2import 'hammerjs';
Then, it imports a css-theme in your vendor.scss.
Finally, it adds hammerjs, @angular/material, @angular/flex-layout, @angular/cdk and @angular/animations to your package.json and launch an install.
MIT © Contribution Jhipster UGA Julien Courtial, Hugo Gros-Daillon, Cédric Lafrasse, Bastien Terrier
This generator has been inspired by the tutorial of Cyril Casaucau.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/26 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
50 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More