{"version":3,"sources":["forms.js"],"names":[],"mappings":"AAYA,KAAO,CAAA,CAAA,KAAO,oBAAkB,CAAC;AAAA,AACjC,KAAO,CAAA,CAAA,KAAO,yBAAuB,CAAC;AAAA,AACtC,KAAO,CAAA,CAAA,KAAO,yBAAuB,CAAC;AAAA,AACtC,KAAO,CAAA,CAAA,KAAO,mCAAiC,CAAC;AAAA,AAChD,KAAO,CAAA,CAAA,KAAO,2BAAyB,CAAC;AAAA","file":"angular2/forms.es6","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"]}