You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*!
-
- =========================================================
- * Paper Kit 2 Angular - v1.3.0
- =========================================================
-
- * Product Page: https://www.creative-tim.com/product/paper-kit-2-angular
- * Copyright 2017 Creative Tim (https://www.creative-tim.com)
- * Licensed under MIT (https://github.com/timcreative/paper-kit/blob/master/LICENSE.md)
-
- =========================================================
-
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
- */
- import { enableProdMode } from '@angular/core';
- import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
-
- import { AppModule } from './app/app.module';
-
- enableProdMode();
-
- platformBrowserDynamic().bootstrapModule(AppModule);
|