Socket
Book a DemoInstallSign in
Socket

@swimlane/docspa-search

Package Overview
Dependencies
Maintainers
41
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swimlane/docspa-search

<small>(optional, external)</small>

latest
Source
npmnpm
Version
8.0.4
Version published
Maintainers
41
Created
Source

DocspaSearchComponent

(optional, external)

This module full text search to DocSPA.

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { DocspaCoreModule } from '@swimlane/docspa-core';
import { DocspaSearchComponent } from '@swimlane/docspa-search';

import { AppComponent } from './app.component';
import { config } from '../docspa.config';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    DocspaCoreModule.forRoot(config),
    DocspaSearchComponent
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Usage

Custom element: <md-search>

Used to include full-text search.

<md-search summary="SUMMARY"></md-search>

Keywords

angular

FAQs

Package last updated on 07 Feb 2023

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