Skip to content

Commit ae5cd51

Browse files
committed
chore(examples): fix broken router example code for Dart
1 parent df877a7 commit ae5cd51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/examples/src/routing/inbox-app.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ class DbService {
4848
class InboxDetailCmp {
4949
id: string;
5050
subject: string;
51-
email: string;
5251
content: string;
52+
email: string;
5353
firstName: string;
5454
lastName: string;
55+
date: string;
5556

5657
constructor(db: DbService, params: RouteParams) {
5758
var id = params.get('id');

0 commit comments

Comments
 (0)