Using #AngularCLI trying to setup unit testing, but of course all sorts of dependencies, so..
is there any #mock frameworks for #angular?
guides or something?

hope ppl don't have to build up a whole new file with a mock class..
I'm used to and looking for something like JMockit, Mockito for Java, Nsubstitute, Fakes for c# etc etc

@Bulan angular-mocks works very well.
@onion2k have any good tutorials for it?
@onion2k hmm wait, is it for angularjs (v1)? I want something for Angular 2+
@Bulan Ah. Don't know then. I'm stuck on 1.6 for now.