I'm trying to add an HttpInterceptor. In AngularJS I would write something like this:
m.config(["$httpProvider", function($httpProvider) {...}])
But it seems like there is no config function in AngularDart.
What is the right way to configure AngularDart modules?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…