Socket
Book a DemoInstallSign in
Socket

@trimble-oss/modus-angular-components

Package Overview
Dependencies
Maintainers
7
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trimble-oss/modus-angular-components

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0.

1.8.1-ng20
latest
npmnpm
Version published
Weekly downloads
304
-2.25%
Maintainers
7
Weekly downloads
 
Created
Source

Modus Angular Components

This project was generated using Angular CLI version 20.0.0.

Installation

  • Install the Modus Angular Components Library and its Modus Web Component dependency npm install @trimble-oss/modus-angular-components --save

  • Add the following snippet to your main.ts (or any main module)

    import { defineCustomElements } from '@trimble-oss/modus-web-components/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]
    })
    

Example Usage

  • Use a modus button in your app.component.html

    <modus-button color="primary" [disabled]="false">Modus Button</modus-button>
    

Contributing

To contribute to the Modus Angular Components library please see the Modus Web Components contributing guidelines.

Build

To rebuild the Modus Angular Components you need to perform the following steps:

  • from the ./stencil-workspace project directory run the following: npm run build

  • From the ./angular-workspace/ng20 project directory run npm run build

Debugging Locally

To use the Modus Angular components locally for debugging and other purposes:

  • From the ./angular-workspace/ng20 project directory run npm run start

FAQs

Package last updated on 02 Jul 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.