Mercurial > hg > ugly-duckling
annotate src/app/index.ts @ 49:92c139e16b51
Disable button whilst extracting (for now) - quick fix to stop multiple process requests being sent (as they aren't queued / no request-response matching is done / process requests are synchronous)
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 06 Dec 2016 11:12:56 +0000 |
parents | 340ce94899fd |
children |
rev | line source |
---|---|
angular-cli@0 | 1 export * from './app.component'; |
angular-cli@0 | 2 export * from './app.module'; |