view app/boot.ts @ 34:e19d4c5e10a1

restricted selectable options for first query step.
author casties
date Wed, 03 Feb 2016 16:18:46 +0100
parents 9343e43a17d1
children dc4f0541f04d
line wrap: on
line source

import 'zone.js/dist/zone.min.js';
import 'reflect-metadata';

import {bootstrap}    from 'angular2/platform/browser'
import {QueryAppComponent} from './query-app.component'

bootstrap(QueryAppComponent);