Skip to content

Commit

Permalink
Removed unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Feb 26, 2020
1 parent 7bc9e6b commit 8751ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { Component, OnInit } from "@angular/core";
export class AppComponent implements OnInit {
active: string = "Install";

nav: Array<{ name: string; title: string; component?: any }> = [
nav: Array<{ name: string; title: string }> = [
{
name: "Install",
title: "Installation",
Expand Down

0 comments on commit 8751ddb

Please sign in to comment.