angular2
Version:
Angular 2 - a web framework for modern web apps
1 lines • 1.43 kB
Source Map (JSON)
{"version":3,"sources":["forms.js"],"names":[],"mappings":"AAYA;;;;;;+BAZA,EAAC,4BAAoB,CAAA,OAAM,AAAC,qBAAkB,CACtC,CAAA,6BAAqB,sCAA2B,CAAA,6BAAqB,GAAK,EAAC,OAAM,4BAAmB,CAAC,AAD/D,CACgE;oCAD9G,EAAC,iCAAoB,CAAA,OAAM,AAAC,0BAAkB,CACtC,CAAA,kCAAqB,2CAA2B,CAAA,kCAAqB,GAAK,EAAC,OAAM,iCAAmB,CAAC,AAD/D,CACgE;oCAD9G,EAAC,iCAAoB,CAAA,OAAM,AAAC,0BAAkB,CACtC,CAAA,kCAAqB,2CAA2B,CAAA,kCAAqB,GAAK,EAAC,OAAM,iCAAmB,CAAC,AAD/D,CACgE;iDAD9G,EAAC,8CAAoB,CAAA,OAAM,AAAC,oCAAkB,CACtC,CAAA,+CAAqB,wDAA2B,CAAA,+CAAqB,GAAK,EAAC,OAAM,8CAAmB,CAAC,AAD/D,CACgE;yCAD9G,EAAC,sCAAoB,CAAA,OAAM,AAAC,4BAAkB,CACtC,CAAA,uCAAqB,gDAA2B,CAAA,uCAAqB,GAAK,EAAC,OAAM,sCAAmB,CAAC,AAD/D,CACgE;AAD9G,KAAK,QAAQ,EAAb,CAAA,eAAc,WAAW,EAAzB,UAAS,CAAG,KAAG,oLAA6B,AAAX,CAAC;AAiBlC","file":"angular2/forms.js","sourcesContent":["/**\n * @module\n * @public\n * @description\n * This module is used for handling user input, by defining and building a {@link ControlGroup} that consists of\n * {@link Control} objects, and mapping them onto the DOM. {@link Control} objects can then be used to read information\n * from the form DOM elements.\n *\n * This module is not included in the `angular2` module; you must import the forms module explicitly.\n *\n */\n\nexport * from './src/forms/model';\nexport * from './src/forms/directives';\nexport * from './src/forms/validators';\nexport * from './src/forms/validator_directives';\nexport * from './src/forms/form_builder';\n"]}