13,845 packages matching “ngmodule”
ng-router-loader
v2.1.0 · 9 years ago
Webpack loader for `NgModule` lazy loading using the angular router
No known vulnerabilities
@chatie/angular
v0.8.3 · 5 years ago
Wechaty Component NgModule
No known vulnerabilities
@megakill/shared
v0.2.14 · 3 years ago
Schematics to add to shared module imports + import & export NgModule metadata.
No known vulnerabilities
ngx-simple-countdown
v20.0.0 · 10 months ago
The most simple way to display a countdown in angular 20 (standalone and ngModule)
No known vulnerabilities
ngx-gantt
v0.3.5 · 8 years ago
```typescript import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core';
No known vulnerabilities
@yoozly/ngx-parallax
v20.0.0 · 10 months ago
Use parallax effect with Angular 20 compatible universal (standalone and ngModule)
No known vulnerabilities
ng-angular-skeleton
v1.1.3 · 2 months ago
Auto-detecting Angular skeleton loader — standalone, no NgModule
No known vulnerabilities
@ngodings/ngx-currency
v15.0.9 · 3 years ago
Angular directive mask for currency, support for NgModule or Reactive forms & easy to use
No known vulnerabilities
@fotbiler/rulegate-angular-legacy
v1.0.0 · 2 days ago
NgModule, observable, class guard, and classic directive adapters for legacy Angular RuleGate applications.
No known vulnerabilities
@arxis/api
v1.7.4 · 3 months ago
Lightweight, type-safe Angular HTTP client wrapper for REST APIs. Simplifies HttpClient with base URL management, global headers, and full standalone/NgModule support.
No known vulnerabilities
@gb-pkm/components
v1.1.47 · 6 years ago
## Dropdown Importing: ```typescript @NgModule({ imports: [GbDropdownModule] }) ``` Using: ```html <gb-dropdown> <gb-dropdown-item> Item_1 </gb-dropdown-item> <gb-dropdown-item> Item_2 </gb-dropdown-item> </gb-dropdown> ``` ## Not
No known vulnerabilities
irisa-localization
v20.0.1 · 11 months ago
@NgModule({ declarations: [ ... ], imports: [ ... LocalizationModule.forChild({ moduleName: "account/forget-password" //path of translation files }) ] })
No known vulnerabilities
ngmodule-viz
v1.0.8 · 9 years ago
Visualize the dependencies between the NgModules in your Angular 2+ application
No known vulnerabilities
eyone-core-module
v0.0.30 · 1 year ago
``` import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppComponent } from './app.component'; import { CoreModule } from 'eyone-core-module'; import { environment } from '../environments/environme
No known vulnerabilities
mz-screen-detector
v1.0.40 · 6 years ago
```ssh npm i --save mz-screen-detector ``` ##### Подключение к модулю ```typescript @NgModule({ declarations: [ AppComponent, SignComponent, LkComponent, AppMenuBlockComponent, AppMenuLeftFooterControllerComponent ], imports: [
No known vulnerabilities
ngx-notifications
v0.0.6 · 7 years ago
npm i ngx-notifications ## import @NgModule({ declarations: [ ], imports: [ NgxNotificationsModule ], providers: [
No known vulnerabilities
@jmmugoz/ui
v1.0.1 · 2 months ago
Librería Angular 20 standalone, sin NgModule
No known vulnerabilities
jixiu.identityserver.angular2
v0.0.19 · 8 years ago
```typescript // app.module.ts import { IdentityServerClient } from 'jixiu.identityserver'; @NgModule({ providers: [ IdentityServerClient ], }) export class AppModule { }
No known vulnerabilities
ngx-input-masker
v1.0.2 · 5 years ago
```typescript @NgModule({ declarations: [ ... ], imports: [ ... NgxInputMaskerModule, ], providers: [...], bootstrap: [...] })
No known vulnerabilities
ishan-test-web
v1.0.26 · 3 years ago
1. In your desired module, define the `schemas` as `[CUSTOM_ELEMENTS_SCHEMA]`: ```typescript import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
No known vulnerabilities