There are a number of places in the Angular docs where the word "bootstrap" appears as a link. The link takes you here.
I don't see anything in the linked section that actually says what the word "bootstrap" means. As far as I can tell it's just a synonym for "start", but I don't know if I'm right about that.
I know that you can do something like platformBrowserDynamic().bootstrapModule(AppModule); and it will "bootstrap" your app using the AppModule. That doesn't really tell me the meaning of the word, though.
So what does bootstrap mean, exactly?