🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@seges/angular-navigation

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seges/angular-navigation - npm Package Compare versions

Comparing version
3.0.1
to
3.0.2
+1
-1
package.json
{
"name": "@seges/angular-navigation",
"version": "3.0.1",
"version": "3.0.2",
"description": "Navigation menu for angular 1.5.8 using Telerik Kendo UI PanelBar",

@@ -5,0 +5,0 @@ "main": "src/index.ts",

@@ -16,3 +16,3 @@ import * as angular from "angular";

constructor(private $interpolate: ng.IInterpolateService) {/* */}
constructor() {/* */}

@@ -23,3 +23,3 @@ $onInit(): void {

}
this.buttonText = this.$interpolate(this.config.buttonText)(this);
this.buttonText = this.config.buttonText;
}

@@ -26,0 +26,0 @@ }

<button class="nav-toggle" type="button">
<span class="fa fa-bars" aria-hidden="true"></span>
<span class="button-text">{{toggle.buttonText}}</span>
<span class="button-text">{{toggle.buttonText | translate}}</span>
</button>