The convenience methods: isString, isNumber and isFunction seems to be gone, hence to use of lodash. I couldn't find any similar expose of angular2/src/facade/lang in RC1 - I could be mistaken though.
I'm new to karma, so I probably got the mapping in SystemJS completely wrong. I tried using "@angular/*": "node_modules/@angular/*" but running tests was throwing a bunch of 404s for almost every angular dependency.
Karma setup was done separately in c979151db342a929db93ede0404f805b61400379.
Migrated everything to Angular 2 RC.1
The convenience methods:
isString
,isNumber
andisFunction
seems to be gone, hence to use oflodash
. I couldn't find any similar expose ofangular2/src/facade/lang
in RC1 - I could be mistaken though.I'm new to karma, so I probably got the mapping in SystemJS completely wrong. I tried using
"@angular/*": "node_modules/@angular/*"
but running tests was throwing a bunch of 404s for almost every angular dependency.Karma setup was done separately in c979151db342a929db93ede0404f805b61400379.