appsapp-module
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -8,3 +8,3 @@ import { Component } from '@angular/core'; | ||
selector: 'my-component', | ||
template: "<div>I'm a special snowflake</div>" | ||
templateUrl: 'my-component.html' | ||
},] }, | ||
@@ -11,0 +11,0 @@ ]; |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":3,"metadata":{"MyComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"my-component","template":"<div>I'm a special snowflake</div>"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}}}},{"__symbolic":"module","version":1,"metadata":{"MyComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"my-component","template":"<div>I'm a special snowflake</div>"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}}}}] | ||
[{"__symbolic":"module","version":3,"metadata":{"MyComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"my-component","templateUrl":"my-component.html"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}}}},{"__symbolic":"module","version":1,"metadata":{"MyComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"my-component","templateUrl":"my-component.html"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}}}}] |
{ | ||
"name": "appsapp-module", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Appsapp module for Angular 2 and Ionic 2", | ||
@@ -11,3 +11,3 @@ "main": "./dist/index.js", | ||
"build": "rm -rf aot dist && npm run ngc", | ||
"publishPackage": "npm run build && npm publish" | ||
"publishPackage": "npm run build && cp package.json ./dist/package.json && cd ./dist && npm publish & cd .." | ||
}, | ||
@@ -14,0 +14,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10062