import { HelloWorldComponent } from "./components/hello-world/hello-world.component"; | |
declare var angular: ng.IAngularStatic; | |
angular.module("umbraco.directives") | |
.directive("helloWorld", HelloWorldComponent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment