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

@coveo/angular

Package Overview
Dependencies
Maintainers
6
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coveo/angular

Coveo schematic for angular

  • 0.6.0
  • npm
  • Socket score

Version published
Weekly downloads
28
decreased by-66.67%
Maintainers
6
Weekly downloads
 
Created
Source

Installation and Code Generation

The @coveo/angular package contains the necessary components to set up a search page with Angular CLI.

Install Schematic

Using the command below will set up a Coveo search page in your project

ng add @coveo/angular --org-id<org-id> --api-key=<api-key>

The ng add schematic helps you set up an Angular CLI project that uses @coveo/headless and Material Angular. Running ng add will:

  • Ensure Coveo Headless and Material Angular dependencies are placed in package.json
  • Generate the Coveo Headless Engine
  • Generate search page components (search box, result list, facets, ...)

Component schematics

Development

Testing

To test the schematic locally, install @angular-devkit/schematics-cli globally and use the schematics command-line tool. That tool mimics generate and add commands of the Angular CLI.

Check the documentation with

schematics --help

First of all, create a new project:

ng new my-test-app --routing --style css

Make sure to link your local schematic to the project you want to use it in.

cd my-test-app
npm link /path/to/coveo-cli/packages/angular

You can also use npm pack in your schematics project, then npm install /path/to/artifact.tar.gz in your Angular project. This mimics npm install more than npm link.

Run your schematic

schematics @coveo/angular:headless-engine --org-id<org-id> --api-key=<api-key> --dry-run

Unit Testing

npm run test will run the unit tests, using Jasmine as a runner and test framework.

Publishing

To publish, simply do:

npm run build
npm publish

That's it!

Keywords

FAQs

Package last updated on 17 Mar 2021

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