@biesbjerg/ng2-translate-extract
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -19,3 +19,3 @@ "use strict"; | ||
const attr = $element.attr('translate'); | ||
const text = $element.text(); | ||
const text = $element.text().trim(); | ||
if (attr) { | ||
@@ -22,0 +22,0 @@ results.push(attr); |
{ | ||
"name": "@biesbjerg/ng2-translate-extract", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Extract strings from projects using ng2-translate", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27959
40
0