This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skins.ts: | |
/// <reference path="../../custom_typings/_custom.d.ts" /> | |
import { Component, View } from 'angular2/angular2'; | |
import { ROUTER_DIRECTIVES } from 'angular2/router'; | |
import { RouterManagerService } from '../../services/router/router_manager_service'; | |
import { RestManagerService } from '../../services/rest/rest_manager_service'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"serializableChildren":[{"serializableChildren":[],"value":"skins.html","parameters":{"displayurl":"displayvalue","angularcomponenttype":"componenttype","templateurl":"templatevalue"}}],"value":"app","parameters":{}},{"serializableChildren":[{"serializableChildren":[],"value":"aboutus.html","parameters":{}}],"value":"aboutus","parameters":{}},{"serializableChildren":[{"serializableChildren":[],"value":"prices.html","parameters":{}}],"value":"prices","parameters":{}},{"serializableChildren":[{"serializableChildren":[],"value":"products.html","parameters":{}}],"value":"products","parameters":{}}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<!-- Web Fonts --> | |
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin"> | |
<!-- CSS Global Compulsory --> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/global/bootstrap.min.css" type="text/css"> | |
<link rel="stylesheet" href="/webfiles/1442390847492/css/global/style.css" type="text/css"> |