
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@trimble-oss/moduswebcomponents-angular
Advanced tools
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
This library was generated with Angular CLI version 17.3.0.
The components in this library were programmatically generated using the StencilJS Angular Framework Integration.
Install the Modus Angular Components Library and its Modus Web Component peer dependency
npm install @trimble-oss/moduswebcomponents @trimble-oss/moduswebcomponents-angular
You will need to import our styling in your main JavaScript or CSS file:
import "@trimble-oss/moduswebcomponents/modus-wc-styles.css";
Add the following snippet to your main.ts
(or any main module)
import { defineCustomElements } from '@trimble-oss/moduswebcomponents/loader';
defineCustomElements();
Add the following snippet to your app.module.ts
(or any app module)
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
@NgModule({
...
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
Use a modus button in your app.component.html
<modus-wc-button color="primary" [disabled]="false">Modus Button</modus-wc-button>
To rebuild the Modus Angular Components you need to perform the following steps:
./integrations/angular/ng17
project directory run
npm install
then npm run build
modus-wc
you can run npm link
from the modus-wc-2.0
root
directory and then npm link @trimble-oss/moduswebcomponents
from the ng17
directory.npm pack
from the modus-wc-2.0
root
directory and then npm install path/to/modus-wc-tarball.tgz
from ng17
directory.To use the Modus Angular components locally for debugging and other purposes:
./ng17
project directory run npm run build
./ng17
project directory run npm pack ./dist/trimble-oss/moduswebcomponents-angular
trimble-cms-modus-wc-angular-0.0.1-ng17.tgz
You can now test the build locally with any Angular project by running npm install path/to/trimble-cms-modus-wc-angular-0.0.1-ng17.tgz
and following the installation steps.
FAQs
Trimble Modus Angular Component Library
The npm package @trimble-oss/moduswebcomponents-angular receives a total of 71 weekly downloads. As such, @trimble-oss/moduswebcomponents-angular popularity was classified as not popular.
We found that @trimble-oss/moduswebcomponents-angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.