1.

What Is Different Way Of Using Templates In Knockoutjs?

Answer»

Knockoutjs PROVIDE two ways to use templates.

Native Templating - Its way to build SOPHISTICATED UI USING foreach, if, with, and other CONTROL flow bindings. Native Templating dependent on knockout itself.

String-based Templating –String-based templates use to work with third-party template engine like jQuery.tmpl or the UNDERSCORE template engine.

Knockoutjs provide two ways to use templates.

Native Templating - Its way to build sophisticated UI using foreach, if, with, and other control flow bindings. Native Templating dependent on knockout itself.

String-based Templating –String-based templates use to work with third-party template engine like jQuery.tmpl or the Underscore template engine.



Discussion

No Comment Found