10
পলিমার উপাদান এবং অ্যাঙ্গুলার জেএস নির্দেশাবলীর মধ্যে পার্থক্য কী?
পলিমার শুরু করা পৃষ্ঠায়, আমরা পলিমারের কার্যকারিতার উদাহরণ দেখতে পাচ্ছি: <html> <head> <!-- 1. Shim missing platform features --> <script src="polymer-all/platform/platform.js"></script> <!-- 2. Load a component --> <link rel="import" href="x-foo.html"> </head> <body> <!-- 3. Declare the component by its tag. --> <x-foo></x-foo> </body> </html> আপনি লক্ষ্য করবেন কি <x-foo></x-foo>দ্বারা সংজ্ঞায়িত …