Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
feat(infrastructure): extracted _demo to @ubiquits/ubiquits
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed May 25, 2016
1 parent 6341c36 commit 370e4cd
Show file tree
Hide file tree
Showing 40 changed files with 13 additions and 406 deletions.
5 changes: 0 additions & 5 deletions _demo/api/bootstrap.ts

This file was deleted.

2 changes: 0 additions & 2 deletions _demo/api/controllers/index.ts

This file was deleted.

30 changes: 0 additions & 30 deletions _demo/api/controllers/simple.controller.ts

This file was deleted.

18 changes: 0 additions & 18 deletions _demo/api/controllers/test.controller.spec.ts

This file was deleted.

28 changes: 0 additions & 28 deletions _demo/api/controllers/test.controller.ts

This file was deleted.

34 changes: 0 additions & 34 deletions _demo/api/main.ts

This file was deleted.

8 changes: 0 additions & 8 deletions _demo/common/models/cat.model.ts

This file was deleted.

4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './build/node/api/index';
export * from './build/node/common/index';
export * from './build/server/server/index';
export * from './build/server/common/index';
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(require('./build/server/server/index'));
__export(require('./build/server/common/index'));
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './build/server/server/index';
export * from './build/server/common/index';
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component } from '@angular/core';
import '../public/css/styles.css';
import { Cat } from '../../_demo/common/models/cat.model';
import { Cat } from '../../../_demo/common/models/cat.model';
@Component({
selector: 'my-app',
template: require('./app.component.html'),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 370e4cd

Please sign in to comment.