react2angular+4.0.6.patch 387 B

123456789
  1. diff --git a/node_modules/react2angular/index.tsx b/node_modules/react2angular/index.tsx
  2. index 5cee831..a07e040 100644
  3. --- a/node_modules/react2angular/index.tsx
  4. +++ b/node_modules/react2angular/index.tsx
  5. @@ -1,3 +1,4 @@
  6. +// @ts-nocheck
  7. import { IAugmentedJQuery, IComponentOptions } from 'angular'
  8. import fromPairs = require('lodash.frompairs')
  9. import NgComponent from 'ngcomponent'