]> git.uio.no Git - u/erikhf/frm.git/blob - src/components/search/search.ts
Fixed placeholder for search (pair programming)
[u/erikhf/frm.git] / src / components / search / search.ts
1 import {Component, CORE_DIRECTIVES} from 'angular2/angular2';
2
3 @Component({
4     selector: 'mou-search',
5     directives: [CORE_DIRECTIVES],
6     templateUrl: './components/search/search.html'
7 })
8
9
10 export class Search {
11
12 }