Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deja-js/component

Package Overview
Dependencies
Maintainers
0
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deja-js/component

Angular Components Library

  • 14.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
538
increased by19.56%
Maintainers
0
Weekly downloads
 
Created
Source

@deja-js/component

This is the home for the Hôpitaux Universitaires de Genève - DSI - Domaine Patient team's Angular components for Angular and material.

Online demo : https://dsi-hug.github.io/dejajs-components

Linking the library

During development, you can link the library to an angular project.

:warning: Be careful not to commit the following modifications !

Linking with distribution

cd dist/deja-js/component npm link or yarn link

cd my-angular-project npm link @deja-js/component or yarn link @deja-js/component

Add the following to the angular.json file of my-angular-project:

"architect": {
    "build": {
        "options": {
            "preserveSymlinks": true
        }
    }
}
Linking with sources

cd projects/deja-js/component npm link or yarn link

cd my-angular-project npm link @deja-js/component or yarn link @deja-js/component

Add the following to the angular.json file of my-angular-project:

"architect": {
    "build": {
        "options": {
            "preserveSymlinks": true
        }
    }
}

Add the following to the tsconfig.app.json file of my-angular-project:

"include": [
    "./**/*",
    "../node_modules/@deja-js/component/**/*"
]

Keywords

FAQs

Package last updated on 22 Jul 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc