16
अलग फ़ोल्डर में Angular2 टाइपस्क्रिप्ट फ़ाइलें और जावास्क्रिप्ट फ़ाइलों को अलग करें, शायद 'डिस्ट'
मैं angular.io वेबसाइट से 5 मिनट क्विकस्टार्ट का उपयोग कर रहा हूं , जिसमें इस तरह की फ़ाइल संरचना है: angular2-quickstart app app.component.ts boot.ts index.html license.md package.json tsconfig.json tsconfig.json इस तरह एक कोड ब्लॉक है ig { "compilerOptions": { "target": "ES5", "module": "system", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": …