18.2.5 • Published 6 months ago

secondarynavigation v18.2.5

Weekly downloads
-
License
-
Repository
-
Last release
6 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

6 months ago

18.2.4

6 months ago

18.2.3

6 months ago

18.2.2

6 months ago

18.2.1

6 months ago

18.2.0

9 months ago

18.1.9

10 months ago

18.1.8

10 months ago

18.1.7

10 months ago

18.1.6

10 months ago

18.1.5

10 months ago

18.1.4

12 months ago

18.1.3

12 months ago

18.1.2

12 months ago

18.1.1

12 months 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