@builder.io/mitosis 0.0.56-52 → 0.0.56-53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,4 +4,7 @@ var angular_1 = require("../generators/angular");
4
4
  var shared_1 = require("./shared");
5
5
  describe('Angular', function () {
6
6
  (0, shared_1.runTestsForTarget)('angular', (0, angular_1.componentToAngular)());
7
+ (0, shared_1.runTestsForTarget)('angular', (0, angular_1.componentToAngular)({
8
+ standalone: true,
9
+ }));
7
10
  });
@@ -33,6 +33,8 @@ var getFileExtensionForTarget = function (target) {
33
33
  case 'vue2':
34
34
  case 'vue3':
35
35
  return '.vue';
36
+ case 'angular':
37
+ return '';
36
38
  // these `.lite` extensions are handled in the `transpile` step of the CLI.
37
39
  // TO-DO: consolidate file-extension renaming to one place.
38
40
  default: