Template to show results with glyphicon (cherry picked from commit 550d8e7b343dc262be87182ae13f231ccc995b55) Improve style Stealing CSS from the demo site (cherry picked from commit 75bebac0ac6080a0210d2b156a14f8a0f70067db)
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
export class Suggested {
|
|
name: string;
|
|
type: string;
|
|
}
|