18.2.5 • Published 7 months ago

secondarynavigation v18.2.5

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Secondarynavigation

This library was generated with Angular CLI version 18.1.1.

Getting started

Step 1: Install

Run npm install secondarynavigation to install the module in your local Angular Application.Recommended npm install secondarynavigation --force When attempting to install various third-party dependencies listed in your local package.json, some of them may not be compatible with the latest Angular version, Use --force inspite of normal npm install.

Step 2: Import the CloSecondaryNavigationModule

Usage

HTML

<clo-tab-navigation
    class="fixed-secondary-header"
    [activeId]="activeTabId"
    (tabChange)="tabChange($event)"
    justify="center"
   >
    <clo-navigation-tab
      *ngFor="let tabName of tabNames"
      [title]="tabName.testDetails"
    >
      <ng-template cloNavigationTabContent>
        <test></test>(Load your selector based on your requirement)
      </ng-template>
    </clo-navigation-tab>
  </clo-tab-navigation>

TS

  backButtonClickEvent(event: any) {
    Handle the click event here 
  }

  tabChange(event: any) {
   Tab Change Event
  }
18.2.5

7 months ago

18.2.4

7 months ago

18.2.3

7 months ago

18.2.2

7 months ago

18.2.1

7 months ago

18.2.0

10 months ago

18.1.9

10 months ago

18.1.8

10 months ago

18.1.7

10 months ago

18.1.6

11 months ago

18.1.5

11 months ago

18.1.4

1 year ago

18.1.3

1 year ago

18.1.2

1 year ago

18.1.1

1 year ago

16.0.7

1 year ago

16.0.6

1 year ago

16.0.5

1 year ago

16.0.4

1 year ago

16.0.2

2 years ago

16.0.1

2 years ago

16.0.3

2 years ago

16.0.0

2 years ago

1.0.1

2 years ago

0.1.0

2 years ago

0.0.3

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago