[Framework] Continue implementing fundamentals

Continue implementing classes which represent fundamental
concepts within the framework layer. WTD-518.

In particular, add methods which will be useful during the
extension resolution phase of framework start up.
This commit is contained in:
Victor Woeltjen
2014-11-03 08:44:52 -08:00
parent 12f43d1c8d
commit 0e82250c84
4 changed files with 95 additions and 10 deletions

View File

@ -12,7 +12,8 @@ define(
[
'require',
'../lib/es6-promise-2.0.0.min',
'../lib/angular.min'
'../lib/angular.min',
'./BundleLoader'
],
function (require, es6promise, angular) {
"use strict";