«polymer» 태그된 질문

10
Polymer 요소와 AngularJS 지시문의 차이점은 무엇입니까?
Polymer Getting Started ( 폴리머 시작하기) 페이지에 폴리머의 예가 표시됩니다. <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> 주목할 것은 and에 <x-foo></x-foo>의해 정의되는 것 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.