Detailed use of transclude in angular advanced articles
The transclude attribute of the angular directive is a difficult place for beginners to understand. The transclude can be set to false (default), true, or object values. If it is not set, it defaults to false, which means you do not need to embed the contents of the element in the directive into the template.
When transclude is true, the conten ...
Posted by ki on Thu, 23 May 2019 10:49:48 -0700
How to write concise, elegant and maintainable components?
Functional separation
This is an object-oriented idea. In components, many functions are independent, such as sending authentication codes, confirming passwords and so on. Writing these logic in a component encapsulates one or more functions has little effect when the component is small, but when the function of the component is more complex, t ...
Posted by boon4376 on Wed, 22 May 2019 18:35:19 -0700
Front End Vue.js
Introduction: 0 Basic front-end newbies, gnawed on the front-end VUE framework for nearly half a month, have a preliminary understanding of the front-end knowledge.Below is a summary of my learning experience during this period.
Article Structure
Front End Foundation
Introduction to Vue.js
Common Instructions for Vue.js
vue-router plugin for V ...
Posted by grantson on Fri, 17 May 2019 13:33:26 -0700
Introduction and Introduction to the Front End Framework AngularJS
Introduction to Angular JS
The Angular JS is an open source Web application framework.It was originally developed by MISKO Hevery and Adam Abrons in 2009.Now maintained by Google.Its latest version is 1.3.14.
Four Features of Angular JS
Mode of MVC
Angular follows the MVC model of software engineering and encourages loosely ...
Posted by river001 on Tue, 14 May 2019 04:22:52 -0700
[6] Basic knowledge of angular routing Passing data while routing redirecting routing subrouting auxiliary routing routing guard
Routing Basics
Introduction of Routing Related Objects
Create a new project
ng new router --routing
And use webstrom to open
It is found that after the routing parameter is created, there will be an additional file app-routing.module.ts, which is the path configuration of the current application.
The contents a ...
Posted by ejwf on Wed, 08 May 2019 23:03:39 -0700
The Next Generation Template of javascript - lit html (Part 1)
email-templates-header.png
<header>
<h1>Lorem ipsum dolor sit amet consectetur.</h1>
<h2>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloremque, fuga!</h2>
</header>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi aspernatur sol ...
Posted by shelluk on Mon, 06 May 2019 18:25:39 -0700
Spring MVC integrates cas and resolves front-end and back-end separation
1. Recent projects need to integrate existing cas systems. But all the integrated systems are jsp. Our project is front-end and back-end separate development (pseudo), without separate deployment.
2.cas principle does not introduce many examples on the Internet. Basically, they all use 302 redirection.
Here's how to solve the problem of cas i ...
Posted by nosti on Thu, 25 Apr 2019 13:18:35 -0700
Application of vue in project
1. Why use vue
At present, the big front-end has reached an unprecedented stage of prosperity, and a variety of framework libraries emerge in endlessly. I think we can definitely find two or three highly homogeneous frameworks for each framework we choose. So why do we choose vue instead of react and angular in the current front-end architectur ...
Posted by brandone on Sat, 20 Apr 2019 16:24:33 -0700
Reconstructing a jquery-based project based on angular Js
Preface
All the projects in the company are based on jQuery library. Seriously, jQuery is really the Opium in scripts. Once it happens, it's really hard to quit. When I was studying in school, I didn't know much about the big js plug-ins outside. Native scripting almost immediately uses jquery. As a result, I am lazy to write scripts natively ...
Posted by gregzor on Thu, 18 Apr 2019 16:30:33 -0700
Creation of app Edition Front-end for Integrated Knowledge of Internet of Things
For Internet of Things applications, it is particularly necessary to build an HTML5 mobile app. In order to develop HTML 5 app, besides using React Native, stable ionic + Angular JS is currently preferred to develop iOS and Android. The function of the front-end of the app version we want to develop is the same as that of the front-end of the w ...
Posted by tomsace on Mon, 15 Apr 2019 15:24:32 -0700