
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
ng-shadow-cat-d
Advanced tools
Ng-Shadow-Cat是一套前端组件库的Angular实现,封装了常用的一些UI组件,珊格系统和模式 假设你已了解关于 HTML、CSS 和 JavaScript 的中级知识,并且已经完全掌握了Angular的基本开发方式,便可使用
Ng-Shadow-Cat是一套前端组件库的Angular实现,封装了常用的一些UI组件,珊格系统和模式 假设你已了解关于 HTML、CSS 和 JavaScript 的中级知识,并且已经完全掌握了Angular的基本开发方式,便可使用
npm install ng-shadow-cat-d --save-dev
npm install -g @angular/cli
请务必确认Node.js的版本是v8.10或以上,建议升级至最新版本的@angular/cli
查看cli脚手架版本,有版本信息呈现则安装成功
ng -v
ng new my-app
npm install ng-shadow-cat-d --save-dev
在app.module.ts配置ng-shadow-cat-d
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppRoutingModule } from './app-routing.module';
import { LibModule } from 'ng-shadow-cat-d';
import { AppComponent } from './app.component';
@NgModule({
imports: [
BrowserModule,AppRoutingModule,LibModule
],
declarations: [
AppComponent
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {};
更新.angular-cli.json配置
"styles": [
"./node_modules/ng-shadow-cat-d/ng-shadow-cat-d.css"
],
"scripts": [
],
FAQs
Ng-Shadow-Cat是一套前端组件库的Angular实现,封装了常用的一些UI组件,珊格系统和模式 假设你已了解关于 HTML、CSS 和 JavaScript 的中级知识,并且已经完全掌握了Angular的基本开发方式,便可使用
The npm package ng-shadow-cat-d receives a total of 0 weekly downloads. As such, ng-shadow-cat-d popularity was classified as not popular.
We found that ng-shadow-cat-d 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.