
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@raincatcher-examples/angularjs-extensions
Advanced tools
Set of angularjs directives to extend existing UI components
Set of angularjs directives to extend existing UI components. Module contains example directives that we used for the demo purposes. This module can be used as template to extend existing RainCatcher user interface.
RainCatcher by default provides minimal metadata for workorders. Depending on business requirements, developers can add additional metadata like gps, location, address and description. This data can be used for preview and informational purposes or even for route optimalization and scheduling workorders.
Extending workorders data is possible by providing implementation for 2 angular directives:
workorder-data: Data directive, should implement static fields that displays data.
workorder-data-edit: Data-edit directive, should implement fields that allow to change/edit data.
Directives should operate on existing field outside workorder to avoid name conflicts:
workorder.data.yourcustomfield
If your user interface requires additional styles or libraries they need to be included in top level application. Standard bootstrap and angular material directives are available in top level mobile and portal applications.
Module using grunt to build angular templates that are in dist folder.
To build templates use
grunt wfmTemplate:build
You can also rebuild templates on every save
grunt wfmTemplate:watch
Entry file exposes new angular module implementation that can be mounted into root application module. Npm module should be integrated with both mobile and portal applications in order to present additional workorder data to users.
Note: Demo application already contains
@raincatcher-examples/angularjs-extensionsmodule. When adding custom module demo module should be removed to avoid collisions
In order to consume a module, it needs to be published to a public or private npm registry.
Note: Change template package name and authors in order to publish it as your own custom module.
Note: If you do not want to publish your module into your npm registry you can also include all directives directly in the demo application.
FAQs
Set of angularjs directives to extend existing UI components
We found that @raincatcher-examples/angularjs-extensions demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.