nebular icon indicating copy to clipboard operation
nebular copied to clipboard

Need support for :param

Open yashsoni369 opened this issue 3 years ago • 0 comments

Issue type

I'm submitting a ... (check one with "x")

  • [ ] bug report
  • [x] feature request

Issue description

Current behavior:

Cannot integrate angular route param app/:id/data

Expected behavior:

NbMenu , menu list should support angular param

Steps to reproduce:

Related code:

  {
    title: 'Dashboard',
    icon: 'home-outline',
    link: '/app/:id/dashboard',
  }```

Windows : 10 Node : v14.18.0


 "@akveo/ng2-completer": "^9.0.1",
    "@angular/animations": "^12.1.0",
    "@angular/cdk": "12.1.0",
    "@angular/common": "^12.1.0",
    "@angular/compiler": "^12.1.0",
    "@angular/core": "^12.1.0",
    "@angular/forms": "^12.1.0",
    "@angular/google-maps": "^12.1.0",
    "@angular/platform-browser": "^12.1.0",
    "@angular/platform-browser-dynamic": "^12.1.0",
    "@angular/router": "^12.1.0",
    "@apollo/client": "^3.5.10",
    "@asymmetrik/ngx-leaflet": "3.0.1",
    "@nebular/auth": "^8.0.0",
    "@nebular/eva-icons": "8.0.0",
    "@nebular/theme": "8.0.0",
    "@swimlane/ngx-charts": "^14.0.0",
    "angular2-chartjs": "0.4.1",
    "apollo-angular": "^3.0.0",
    "bootstrap": "4.3.1",
    "chart.js": "2.7.1",
    "ckeditor": "4.7.3",
    "classlist.js": "1.1.20150312",
    "core-js": "2.5.1",
    "echarts": "^4.0.2",
    "eva-icons": "^1.1.3",
    "graphql": "^16.3.0",
    "intl": "1.2.5",
    "ionicons": "2.0.1",
    "leaflet": "1.2.0",
    "nebular-icons": "1.1.0",
    "ng2-ckeditor": "^1.2.9",
    "ng2-smart-table": "^1.6.0",
    "ngx-echarts": "^4.2.2",
    "node-sass": "^4.12.0",
    "normalize.css": "6.0.0",
    "pace-js": "1.0.2",
    "roboto-fontface": "0.8.0",
    "rxjs": "6.6.2",
    "rxjs-compat": "6.3.0",
    "socicon": "3.0.5",
    "style-loader": "^1.1.3",
    "tinymce": "4.5.7",
    "tslib": "^2.1.0",
    "typeface-exo": "0.0.22",
    "web-animations-js": "^2.3.2",
    "zone.js": "~0.11.4"

yashsoni369 avatar Mar 29 '22 16:03 yashsoni369