Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 73f853e

Browse files
authored
Merge pull request #20 from feloy/master
Replace class with interface
2 parents 376b8f7 + 41ffd56 commit 73f853e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component } from '@angular/core';
22

3-
class Menu {
3+
interface Menu {
44
title: string;
55
link: string;
66
options: { exact: boolean };

0 commit comments

Comments
 (0)